Html Css Color HEX #315524 Palm Leaf

📋 copy color: '#315524'

red 49 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #315524

Tints of Palm Leaf #315524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 28.82%
G = 50%
B = 21.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#315524 (or 0x315524) is known color: Palm Leaf. HEX triplet: 31, 55 and 24. RGB value is (49,85,36). Sum of RGB (Red+Green+Blue) = 49+85+36=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #315524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315524 is #CEAADB. Grayscale: #444444. Windows color (decimal): -13544156 or 2381105. OLE color: 2381105.

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

Color convert

RGB 49 85 36 -
CMYK 0.42 0 0.58 0.67
HSL 104.08º 0.4% 0.24% -
HSV(B) 104.08º 0.58% 0.33% -
XYZ 4.83 7.28 2.82 -
YUV 68.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 49 85 36 0.42 0 0.58 0.67 104.08 0.4 0.24
Hex 31 55 24 2A 0 3A 43 68 28 18
Octal 61 125 44 52 0 72 103 150 50 30
Binary 110001 1010101 100100 101010 0 111010 1000011 1101000 101000 11000

Color Harmonies of #315524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315524

Black with #315524

Text Example


Text Example

White with #315524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315524; }

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

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

background-color css

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

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

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

border-color css

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

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

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