Html Css Color HEX #315320 Palm Leaf

📋 copy color: '#315320'

red 49 ◦ green 83 ◦ blue 32

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

Shades of Palm Leaf #315320

Tints of Palm Leaf #315320

RGB

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

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

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

R = 29.88%
G = 50.61%
B = 19.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#315320 (or 0x315320) is known color: Palm Leaf. HEX triplet: 31, 53 and 20. RGB value is (49,83,32). Sum of RGB (Red+Green+Blue) = 49+83+32=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #315320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315320 is #CEACDF. Grayscale: #434343. Windows color (decimal): -13544672 or 2118449. OLE color: 2118449.

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

Color convert

RGB 49 83 32 -
CMYK 0.41 0 0.61 0.67
HSL 100º 0.44% 0.23% -
HSV(B) 100º 0.61% 0.33% -
XYZ 4.62 6.94 2.46 -
YUV 67.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 49 83 32 0.41 0 0.61 0.67 100 0.44 0.23
Hex 31 53 20 29 0 3D 43 64 2C 17
Octal 61 123 40 51 0 75 103 144 54 27
Binary 110001 1010011 100000 101001 0 111101 1000011 1100100 101100 10111

Color Harmonies of #315320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315320

Black with #315320

Text Example


Text Example

White with #315320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315320; }

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

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

background-color css

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

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

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

border-color css

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

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

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