Html Css Color HEX #325C1D Palm Leaf

📋 copy color: '#325C1D'

red 50 ◦ green 92 ◦ blue 29

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

Shades of Palm Leaf #325C1D

Tints of Palm Leaf #325C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 29.24%
G = 53.8%
B = 16.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#325C1D (or 0x325C1D) is known color: Palm Leaf. HEX triplet: 32, 5C and 1D. RGB value is (50,92,29). Sum of RGB (Red+Green+Blue) = 50+92+29=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #325C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C1D is #CDA3E2. Grayscale: #484848. Windows color (decimal): -13476835 or 1924146. OLE color: 1924146.

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

Color convert

RGB 50 92 29 -
CMYK 0.46 0 0.68 0.64
HSL 100º 0.52% 0.24% -
HSV(B) 100º 0.68% 0.36% -
XYZ 5.36 8.42 2.51 -
YUV 72.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 50 92 29 0.46 0 0.68 0.64 100 0.52 0.24
Hex 32 5C 1D 2E 0 44 40 64 34 18
Octal 62 134 35 56 0 104 100 144 64 30
Binary 110010 1011100 11101 101110 0 1000100 1000000 1100100 110100 11000

Color Harmonies of #325C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C1D

Black with #325C1D

Text Example


Text Example

White with #325C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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