Html Css Color HEX #31551C Palm Leaf

📋 copy color: '#31551C'

red 49 ◦ green 85 ◦ blue 28

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

Shades of Palm Leaf #31551C

Tints of Palm Leaf #31551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.47%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 30.25%
G = 52.47%
B = 17.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#31551C (or 0x31551C) is known color: Palm Leaf. HEX triplet: 31, 55 and 1C. RGB value is (49,85,28). Sum of RGB (Red+Green+Blue) = 49+85+28=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #31551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551C is #CEAAE3. Grayscale: #434343. Windows color (decimal): -13544164 or 1856817. OLE color: 1856817.

HSL color Cylindrical-coordinate representation of color #31551C: hue angle of 97.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31551C is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 28 -
CMYK 0.42 0 0.67 0.67
HSL 97.89º 0.5% 0.22% -
HSV(B) 97.89º 0.67% 0.33% -
XYZ 4.72 7.23 2.25 -
YUV 67.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 49 85 28 0.42 0 0.67 0.67 97.89 0.5 0.22
Hex 31 55 1C 2A 0 43 43 62 32 16
Octal 61 125 34 52 0 103 103 142 62 26
Binary 110001 1010101 11100 101010 0 1000011 1000011 1100010 110010 10110

Color Harmonies of #31551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31551C

Black with #31551C

Text Example


Text Example

White with #31551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31551C; }

 p { color: rgb(49,85,28); }

 H1.HeaderClassName
 {
   color: #31551C;
 }
 .AnyTagClassName
 {
   color: #31551C;
 }
</style>

background-color css

<style>
 a { background-color: #31551C; }

 a { background-color: rgb(49,85,28); }

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

border-color css

<style>
 span { border-color: #31551C; }

 span { border-color: rgb(49,85,28); }

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