Html Css Color HEX #325628 Palm Leaf

📋 copy color: '#325628'

red 50 ◦ green 86 ◦ blue 40

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

Shades of Palm Leaf #325628

Tints of Palm Leaf #325628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 28.41%
G = 48.86%
B = 22.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#325628 (or 0x325628) is known color: Palm Leaf. HEX triplet: 32, 56 and 28. RGB value is (50,86,40). Sum of RGB (Red+Green+Blue) = 50+86+40=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #325628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325628 is #CDA9D7. Grayscale: #464646. Windows color (decimal): -13478360 or 2643506. OLE color: 2643506.

HSL color Cylindrical-coordinate representation of color #325628: hue angle of 106.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #325628 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 40 -
CMYK 0.42 0 0.53 0.66
HSL 106.96º 0.37% 0.25% -
HSV(B) 106.96º 0.53% 0.34% -
XYZ 5.03 7.49 3.19 -
YUV 69.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 50 86 40 0.42 0 0.53 0.66 106.96 0.37 0.25
Hex 32 56 28 2A 0 35 42 6B 25 19
Octal 62 126 50 52 0 65 102 153 45 31
Binary 110010 1010110 101000 101010 0 110101 1000010 1101011 100101 11001

Color Harmonies of #325628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325628

Black with #325628

Text Example


Text Example

White with #325628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325628; }

 p { color: rgb(50,86,40); }

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

background-color css

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

 a { background-color: rgb(50,86,40); }

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

border-color css

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

 span { border-color: rgb(50,86,40); }

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