Html Css Color HEX #325526 Palm Leaf

📋 copy color: '#325526'

red 50 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #325526

Tints of Palm Leaf #325526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 28.9%
G = 49.13%
B = 21.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#325526 (or 0x325526) is known color: Palm Leaf. HEX triplet: 32, 55 and 26. RGB value is (50,85,38). Sum of RGB (Red+Green+Blue) = 50+85+38=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #325526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325526 is #CDAAD9. Grayscale: #454545. Windows color (decimal): -13478618 or 2512178. OLE color: 2512178.

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

Color convert

RGB 50 85 38 -
CMYK 0.41 0 0.55 0.67
HSL 104.68º 0.38% 0.24% -
HSV(B) 104.68º 0.55% 0.33% -
XYZ 4.91 7.32 2.99 -
YUV 69.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 50 85 38 0.41 0 0.55 0.67 104.68 0.38 0.24
Hex 32 55 26 29 0 37 43 69 26 18
Octal 62 125 46 51 0 67 103 151 46 30
Binary 110010 1010101 100110 101001 0 110111 1000011 1101001 100110 11000

Color Harmonies of #325526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325526

Black with #325526

Text Example


Text Example

White with #325526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325526; }

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

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

background-color css

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

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

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

border-color css

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

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

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