Html Css Color HEX #315917 Palm Leaf

📋 copy color: '#315917'

red 49 ◦ green 89 ◦ blue 23

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

Shades of Palm Leaf #315917

Tints of Palm Leaf #315917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 30.43%
G = 55.28%
B = 14.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#315917 (or 0x315917) is known color: Palm Leaf. HEX triplet: 31, 59 and 17. RGB value is (49,89,23). Sum of RGB (Red+Green+Blue) = 49+89+23=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #315917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315917 is #CEA6E8. Grayscale: #454545. Windows color (decimal): -13543145 or 1530161. OLE color: 1530161.

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

Color convert

RGB 49 89 23 -
CMYK 0.45 0 0.74 0.65
HSL 96.36º 0.59% 0.22% -
HSV(B) 96.36º 0.74% 0.35% -
XYZ 4.99 7.86 2.06 -
YUV 69.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 49 89 23 0.45 0 0.74 0.65 96.36 0.59 0.22
Hex 31 59 17 2D 0 4A 41 60 3B 16
Octal 61 131 27 55 0 112 101 140 73 26
Binary 110001 1011001 10111 101101 0 1001010 1000001 1100000 111011 10110

Color Harmonies of #315917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315917

Black with #315917

Text Example


Text Example

White with #315917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315917; }

 p { color: rgb(49,89,23); }

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

background-color css

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

 a { background-color: rgb(49,89,23); }

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

border-color css

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

 span { border-color: rgb(49,89,23); }

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