Html Css Color HEX #315420 Palm Leaf

📋 copy color: '#315420'

red 49 ◦ green 84 ◦ blue 32

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

Shades of Palm Leaf #315420

Tints of Palm Leaf #315420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 29.7%
G = 50.91%
B = 19.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#315420 (or 0x315420) is known color: Palm Leaf. HEX triplet: 31, 54 and 20. RGB value is (49,84,32). Sum of RGB (Red+Green+Blue) = 49+84+32=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #315420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315420 is #CEABDF. Grayscale: #434343. Windows color (decimal): -13544416 or 2118705. OLE color: 2118705.

HSL color Cylindrical-coordinate representation of color #315420: hue angle of 100.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315420 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 32 -
CMYK 0.42 0 0.62 0.67
HSL 100.38º 0.45% 0.23% -
HSV(B) 100.38º 0.62% 0.33% -
XYZ 4.7 7.1 2.49 -
YUV 67.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 49 84 32 0.42 0 0.62 0.67 100.38 0.45 0.23
Hex 31 54 20 2A 0 3E 43 64 2D 17
Octal 61 124 40 52 0 76 103 144 55 27
Binary 110001 1010100 100000 101010 0 111110 1000011 1100100 101101 10111

Color Harmonies of #315420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315420

Black with #315420

Text Example


Text Example

White with #315420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315420; }

 p { color: rgb(49,84,32); }

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

background-color css

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

 a { background-color: rgb(49,84,32); }

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

border-color css

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

 span { border-color: rgb(49,84,32); }

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