Html Css Color HEX #315321 Palm Leaf

📋 copy color: '#315321'

red 49 ◦ green 83 ◦ blue 33

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

Shades of Palm Leaf #315321

Tints of Palm Leaf #315321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

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

R = 29.7%
G = 50.3%
B = 20%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#315321 (or 0x315321) is known color: Palm Leaf. HEX triplet: 31, 53 and 21. RGB value is (49,83,33). Sum of RGB (Red+Green+Blue) = 49+83+33=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #315321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315321 is #CEACDE. Grayscale: #434343. Windows color (decimal): -13544671 or 2183985. OLE color: 2183985.

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

Color convert

RGB 49 83 33 -
CMYK 0.41 0 0.60 0.67
HSL 100.8º 0.43% 0.23% -
HSV(B) 100.8º 0.6% 0.33% -
XYZ 4.63 6.95 2.54 -
YUV 67.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 49 83 33 0.41 0 0.60 0.67 100.8 0.43 0.23
Hex 31 53 21 29 0 3C 43 65 2B 17
Octal 61 123 41 51 0 74 103 145 53 27
Binary 110001 1010011 100001 101001 0 111100 1000011 1100101 101011 10111

Color Harmonies of #315321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315321

Black with #315321

Text Example


Text Example

White with #315321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315321; }

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

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

background-color css

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

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

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

border-color css

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

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

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