Html Css Color HEX #315221 Palm Leaf

📋 copy color: '#315221'

red 49 ◦ green 82 ◦ blue 33

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

Shades of Palm Leaf #315221

Tints of Palm Leaf #315221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 29.88%
G = 50%
B = 20.12%

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

#315221 (or 0x315221) is known color: Palm Leaf. HEX triplet: 31, 52 and 21. RGB value is (49,82,33). Sum of RGB (Red+Green+Blue) = 49+82+33=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #315221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315221 is #CEADDE. Grayscale: #424242. Windows color (decimal): -13544927 or 2183729. OLE color: 2183729.

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

Color convert

RGB 49 82 33 -
CMYK 0.40 0 0.60 0.68
HSL 100.41º 0.43% 0.23% -
HSV(B) 100.41º 0.6% 0.32% -
XYZ 4.56 6.8 2.51 -
YUV 66.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 49 82 33 0.40 0 0.60 0.68 100.41 0.43 0.23
Hex 31 52 21 28 0 3C 44 64 2B 17
Octal 61 122 41 50 0 74 104 144 53 27
Binary 110001 1010010 100001 101000 0 111100 1000100 1100100 101011 10111

Color Harmonies of #315221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315221

Black with #315221

Text Example


Text Example

White with #315221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315221; }

 p { color: rgb(49,82,33); }

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

background-color css

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

 a { background-color: rgb(49,82,33); }

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

border-color css

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

 span { border-color: rgb(49,82,33); }

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