Html Css Color HEX #315520 Palm Leaf

📋 copy color: '#315520'

red 49 ◦ green 85 ◦ blue 32

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

Shades of Palm Leaf #315520

Tints of Palm Leaf #315520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 29.52%
G = 51.2%
B = 19.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#315520 (or 0x315520) is known color: Palm Leaf. HEX triplet: 31, 55 and 20. RGB value is (49,85,32). Sum of RGB (Red+Green+Blue) = 49+85+32=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #315520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315520 is #CEAADF. Grayscale: #444444. Windows color (decimal): -13544160 or 2118961. OLE color: 2118961.

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

Color convert

RGB 49 85 32 -
CMYK 0.42 0 0.62 0.67
HSL 100.75º 0.45% 0.23% -
HSV(B) 100.75º 0.62% 0.33% -
XYZ 4.78 7.25 2.51 -
YUV 68.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 49 85 32 0.42 0 0.62 0.67 100.75 0.45 0.23
Hex 31 55 20 2A 0 3E 43 65 2D 17
Octal 61 125 40 52 0 76 103 145 55 27
Binary 110001 1010101 100000 101010 0 111110 1000011 1100101 101101 10111

Color Harmonies of #315520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315520

Black with #315520

Text Example


Text Example

White with #315520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315520; }

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

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

background-color css

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

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

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

border-color css

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

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

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