Html Css Color HEX #315824 Palm Leaf

📋 copy color: '#315824'

red 49 ◦ green 88 ◦ blue 36

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

Shades of Palm Leaf #315824

Tints of Palm Leaf #315824

RGB

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

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

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

R = 28.32%
G = 50.87%
B = 20.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#315824 (or 0x315824) is known color: Palm Leaf. HEX triplet: 31, 58 and 24. RGB value is (49,88,36). Sum of RGB (Red+Green+Blue) = 49+88+36=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #315824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315824 is #CEA7DB. Grayscale: #464646. Windows color (decimal): -13543388 or 2381873. OLE color: 2381873.

HSL color Cylindrical-coordinate representation of color #315824: hue angle of 105º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315824 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 36 -
CMYK 0.44 0 0.59 0.65
HSL 105º 0.42% 0.24% -
HSV(B) 105º 0.59% 0.35% -
XYZ 5.07 7.76 2.9 -
YUV 70.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 49 88 36 0.44 0 0.59 0.65 105 0.42 0.24
Hex 31 58 24 2C 0 3B 41 69 2A 18
Octal 61 130 44 54 0 73 101 151 52 30
Binary 110001 1011000 100100 101100 0 111011 1000001 1101001 101010 11000

Color Harmonies of #315824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315824

Black with #315824

Text Example


Text Example

White with #315824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315824; }

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

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

background-color css

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

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

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

border-color css

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

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

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