Html Css Color HEX #315814 Palm Leaf

📋 copy color: '#315814'

red 49 ◦ green 88 ◦ blue 20

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

Shades of Palm Leaf #315814

Tints of Palm Leaf #315814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.05%

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

R = 31.21%
G = 56.05%
B = 12.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#315814 (or 0x315814) is known color: Palm Leaf. HEX triplet: 31, 58 and 14. RGB value is (49,88,20). Sum of RGB (Red+Green+Blue) = 49+88+20=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #315814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315814 is #CEA7EB. Grayscale: #444444. Windows color (decimal): -13543404 or 1333297. OLE color: 1333297.

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

Color convert

RGB 49 88 20 -
CMYK 0.44 0 0.77 0.65
HSL 94.41º 0.63% 0.21% -
HSV(B) 94.41º 0.77% 0.35% -
XYZ 4.88 7.68 1.89 -
YUV 68.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 49 88 20 0.44 0 0.77 0.65 94.41 0.63 0.21
Hex 31 58 14 2C 0 4D 41 5E 3F 15
Octal 61 130 24 54 0 115 101 136 77 25
Binary 110001 1011000 10100 101100 0 1001101 1000001 1011110 111111 10101

Color Harmonies of #315814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315814

Black with #315814

Text Example


Text Example

White with #315814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315814; }

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

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

background-color css

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

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

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

border-color css

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

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

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