Html Css Color HEX #315716 Palm Leaf

📋 copy color: '#315716'

red 49 ◦ green 87 ◦ blue 22

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

Shades of Palm Leaf #315716

Tints of Palm Leaf #315716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.06%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 31.01%
G = 55.06%
B = 13.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#315716 (or 0x315716) is known color: Palm Leaf. HEX triplet: 31, 57 and 16. RGB value is (49,87,22). Sum of RGB (Red+Green+Blue) = 49+87+22=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #315716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315716 is #CEA8E9. Grayscale: #444444. Windows color (decimal): -13543658 or 1464113. OLE color: 1464113.

HSL color Cylindrical-coordinate representation of color #315716: hue angle of 95.08º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315716 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 22 -
CMYK 0.44 0 0.75 0.66
HSL 95.08º 0.6% 0.21% -
HSV(B) 95.08º 0.75% 0.34% -
XYZ 4.82 7.53 1.96 -
YUV 68.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 49 87 22 0.44 0 0.75 0.66 95.08 0.6 0.21
Hex 31 57 16 2C 0 4B 42 5F 3C 15
Octal 61 127 26 54 0 113 102 137 74 25
Binary 110001 1010111 10110 101100 0 1001011 1000010 1011111 111100 10101

Color Harmonies of #315716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315716

Black with #315716

Text Example


Text Example

White with #315716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315716; }

 p { color: rgb(49,87,22); }

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

background-color css

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

 a { background-color: rgb(49,87,22); }

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

border-color css

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

 span { border-color: rgb(49,87,22); }

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