Html Css Color HEX #325C18 Palm Leaf

📋 copy color: '#325C18'

red 50 ◦ green 92 ◦ blue 24

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

Shades of Palm Leaf #325C18

Tints of Palm Leaf #325C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 55.42%

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

R = 30.12%
G = 55.42%
B = 14.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#325C18 (or 0x325C18) is known color: Palm Leaf. HEX triplet: 32, 5C and 18. RGB value is (50,92,24). Sum of RGB (Red+Green+Blue) = 50+92+24=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #325C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325C18 is #CDA3E7. Grayscale: #474747. Windows color (decimal): -13476840 or 1596466. OLE color: 1596466.

HSL color Cylindrical-coordinate representation of color #325C18: hue angle of 97.06º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325C18 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 24 -
CMYK 0.46 0 0.74 0.64
HSL 97.06º 0.59% 0.23% -
HSV(B) 97.06º 0.74% 0.36% -
XYZ 5.31 8.4 2.21 -
YUV 71.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 50 92 24 0.46 0 0.74 0.64 97.06 0.59 0.23
Hex 32 5C 18 2E 0 4A 40 61 3B 17
Octal 62 134 30 56 0 112 100 141 73 27
Binary 110010 1011100 11000 101110 0 1001010 1000000 1100001 111011 10111

Color Harmonies of #325C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C18

Black with #325C18

Text Example


Text Example

White with #325C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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