Html Css Color HEX #31582E Parsley

📋 copy color: '#31582E'

red 49 ◦ green 88 ◦ blue 46

#31582E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #31582E

Tints of Parsley #31582E

RGB

 RED value IS 49 (19.53% from 255) = 26.78%

 GREEN value IS 88 (34.77% from 255) = 48.09%

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 26.78%
G = 48.09%
B = 25.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31582E (or 0x31582E) is known color: Parsley. HEX triplet: 31, 58 and 2E. RGB value is (49,88,46). Sum of RGB (Red+Green+Blue) = 49+88+46=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #31582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31582E is #CEA7D1. Grayscale: #474747. Windows color (decimal): -13543378 or 3037233. OLE color: 3037233.

HSL color Cylindrical-coordinate representation of color #31582E: hue angle of 115.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31582E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 46 -
CMYK 0.44 0 0.48 0.65
HSL 115.71º 0.31% 0.26% -
HSV(B) 115.71º 0.48% 0.35% -
XYZ 5.25 7.83 3.82 -
YUV 71.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 49 88 46 0.44 0 0.48 0.65 115.71 0.31 0.26
Hex 31 58 2E 2C 0 30 41 74 1F 1A
Octal 61 130 56 54 0 60 101 164 37 32
Binary 110001 1011000 101110 101100 0 110000 1000001 1110100 11111 11010

Color Harmonies of #31582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31582E

Black with #31582E

Text Example


Text Example

White with #31582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31582E; }

 p { color: rgb(49,88,46); }

 H1.HeaderClassName
 {
   color: #31582E;
 }
 .AnyTagClassName
 {
   color: #31582E;
 }
</style>

background-color css

<style>
 a { background-color: #31582E; }

 a { background-color: rgb(49,88,46); }

 div.DivClassName
 {
   background-color: #31582E;
 }
 .BgClassName
 {
   background-color: #31582E;
 }
</style>

border-color css

<style>
 span { border-color: #31582E; }

 span { border-color: rgb(49,88,46); }

 td.TdClassName
 {
   border-color: #31582E;
 }
 .TagClassName
 {
   border-color: #31582E;
 }
</style>