Html Css Color HEX #315120 Palm Leaf

📋 copy color: '#315120'

red 49 ◦ green 81 ◦ blue 32

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

Shades of Palm Leaf #315120

Tints of Palm Leaf #315120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50%

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

R = 30.25%
G = 50%
B = 19.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#315120 (or 0x315120) is known color: Palm Leaf. HEX triplet: 31, 51 and 20. RGB value is (49,81,32). Sum of RGB (Red+Green+Blue) = 49+81+32=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #315120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315120 is #CEAEDF. Grayscale: #424242. Windows color (decimal): -13545184 or 2117937. OLE color: 2117937.

HSL color Cylindrical-coordinate representation of color #315120: hue angle of 99.18º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315120 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 32 -
CMYK 0.40 0 0.60 0.68
HSL 99.18º 0.43% 0.22% -
HSV(B) 99.18º 0.6% 0.32% -
XYZ 4.47 6.64 2.41 -
YUV 65.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 49 81 32 0.40 0 0.60 0.68 99.18 0.43 0.22
Hex 31 51 20 28 0 3C 44 63 2B 16
Octal 61 121 40 50 0 74 104 143 53 26
Binary 110001 1010001 100000 101000 0 111100 1000100 1100011 101011 10110

Color Harmonies of #315120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315120

Black with #315120

Text Example


Text Example

White with #315120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315120; }

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

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

background-color css

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

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

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

border-color css

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

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

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