Html Css Color HEX #315913 Palm Leaf

📋 copy color: '#315913'

red 49 ◦ green 89 ◦ blue 19

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

Shades of Palm Leaf #315913

Tints of Palm Leaf #315913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 31.21%
G = 56.69%
B = 12.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#315913 (or 0x315913) is known color: Palm Leaf. HEX triplet: 31, 59 and 13. RGB value is (49,89,19). Sum of RGB (Red+Green+Blue) = 49+89+19=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #315913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315913 is #CEA6EC. Grayscale: #454545. Windows color (decimal): -13543149 or 1268017. OLE color: 1268017.

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

Color convert

RGB 49 89 19 -
CMYK 0.45 0 0.79 0.65
HSL 94.29º 0.65% 0.21% -
HSV(B) 94.29º 0.79% 0.35% -
XYZ 4.96 7.84 1.87 -
YUV 69.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 49 89 19 0.45 0 0.79 0.65 94.29 0.65 0.21
Hex 31 59 13 2D 0 4F 41 5E 41 15
Octal 61 131 23 55 0 117 101 136 101 25
Binary 110001 1011001 10011 101101 0 1001111 1000001 1011110 1000001 10101

Color Harmonies of #315913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315913

Black with #315913

Text Example


Text Example

White with #315913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315913; }

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

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

background-color css

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

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

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

border-color css

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

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

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