Html Css Color HEX #325518 Palm Leaf

📋 copy color: '#325518'

red 50 ◦ green 85 ◦ blue 24

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

Shades of Palm Leaf #325518

Tints of Palm Leaf #325518

RGB

 RED value IS 50 (19.92% from 255) = 31.45%

 GREEN value IS 85 (33.59% from 255) = 53.46%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 31.45%
G = 53.46%
B = 15.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#325518 (or 0x325518) is known color: Palm Leaf. HEX triplet: 32, 55 and 18. RGB value is (50,85,24). Sum of RGB (Red+Green+Blue) = 50+85+24=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #325518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325518 is #CDAAE7. Grayscale: #434343. Windows color (decimal): -13478632 or 1594674. OLE color: 1594674.

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

Color convert

RGB 50 85 24 -
CMYK 0.41 0 0.72 0.67
HSL 94.43º 0.56% 0.21% -
HSV(B) 94.43º 0.72% 0.33% -
XYZ 4.73 7.24 2.01 -
YUV 67.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 50 85 24 0.41 0 0.72 0.67 94.43 0.56 0.21
Hex 32 55 18 29 0 48 43 5E 38 15
Octal 62 125 30 51 0 110 103 136 70 25
Binary 110010 1010101 11000 101001 0 1001000 1000011 1011110 111000 10101

Color Harmonies of #325518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325518

Black with #325518

Text Example


Text Example

White with #325518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325518; }

 p { color: rgb(50,85,24); }

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

background-color css

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

 a { background-color: rgb(50,85,24); }

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

border-color css

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

 span { border-color: rgb(50,85,24); }

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