Html Css Color HEX #316013 Palm Leaf

📋 copy color: '#316013'

red 49 ◦ green 96 ◦ blue 19

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

Shades of Palm Leaf #316013

Tints of Palm Leaf #316013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

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

R = 29.88%
G = 58.54%
B = 11.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#316013 (or 0x316013) is known color: Palm Leaf. HEX triplet: 31, 60 and 13. RGB value is (49,96,19). Sum of RGB (Red+Green+Blue) = 49+96+19=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #316013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316013 is #CE9FEC. Grayscale: #494949. Windows color (decimal): -13541357 or 1269809. OLE color: 1269809.

HSL color Cylindrical-coordinate representation of color #316013: hue angle of 96.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316013 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 19 -
CMYK 0.49 0 0.80 0.62
HSL 96.62º 0.67% 0.23% -
HSV(B) 96.62º 0.8% 0.38% -
XYZ 5.57 9.07 2.07 -
YUV 73.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 49 96 19 0.49 0 0.80 0.62 96.62 0.67 0.23
Hex 31 60 13 31 0 50 3E 61 43 17
Octal 61 140 23 61 0 120 76 141 103 27
Binary 110001 1100000 10011 110001 0 1010000 111110 1100001 1000011 10111

Color Harmonies of #316013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316013

Black with #316013

Text Example


Text Example

White with #316013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316013; }

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

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

background-color css

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

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

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

border-color css

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

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

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