Html Css Color HEX #315F14 Palm Leaf

📋 copy color: '#315F14'

red 49 ◦ green 95 ◦ blue 20

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

Shades of Palm Leaf #315F14

Tints of Palm Leaf #315F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.93%

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 29.88%
G = 57.93%
B = 12.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#315F14 (or 0x315F14) is known color: Palm Leaf. HEX triplet: 31, 5F and 14. RGB value is (49,95,20). Sum of RGB (Red+Green+Blue) = 49+95+20=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #315F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315F14 is #CEA0EB. Grayscale: #484848. Windows color (decimal): -13541612 or 1335089. OLE color: 1335089.

HSL color Cylindrical-coordinate representation of color #315F14: hue angle of 96.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315F14 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 95 20 -
CMYK 0.48 0 0.79 0.63
HSL 96.8º 0.65% 0.23% -
HSV(B) 96.8º 0.79% 0.37% -
XYZ 5.49 8.89 2.09 -
YUV 72.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 49 95 20 0.48 0 0.79 0.63 96.8 0.65 0.23
Hex 31 5F 14 30 0 4F 3F 61 41 17
Octal 61 137 24 60 0 117 77 141 101 27
Binary 110001 1011111 10100 110000 0 1001111 111111 1100001 1000001 10111

Color Harmonies of #315F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F14

Black with #315F14

Text Example


Text Example

White with #315F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315F14; }

 p { color: rgb(49,95,20); }

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

background-color css

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

 a { background-color: rgb(49,95,20); }

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

border-color css

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

 span { border-color: rgb(49,95,20); }

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