Html Css Color HEX #325523 Palm Leaf

📋 copy color: '#325523'

red 50 ◦ green 85 ◦ blue 35

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

Shades of Palm Leaf #325523

Tints of Palm Leaf #325523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 29.41%
G = 50%
B = 20.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#325523 (or 0x325523) is known color: Palm Leaf. HEX triplet: 32, 55 and 23. RGB value is (50,85,35). Sum of RGB (Red+Green+Blue) = 50+85+35=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #325523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325523 is #CDAADC. Grayscale: #454545. Windows color (decimal): -13478621 or 2315570. OLE color: 2315570.

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

Color convert

RGB 50 85 35 -
CMYK 0.41 0 0.59 0.67
HSL 102º 0.42% 0.24% -
HSV(B) 102º 0.59% 0.33% -
XYZ 4.87 7.3 2.74 -
YUV 68.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 50 85 35 0.41 0 0.59 0.67 102 0.42 0.24
Hex 32 55 23 29 0 3B 43 66 2A 18
Octal 62 125 43 51 0 73 103 146 52 30
Binary 110010 1010101 100011 101001 0 111011 1000011 1100110 101010 11000

Color Harmonies of #325523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325523

Black with #325523

Text Example


Text Example

White with #325523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325523; }

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

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

background-color css

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

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

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

border-color css

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

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

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