Html Css Color HEX #325828 Palm Leaf

📋 copy color: '#325828'

red 50 ◦ green 88 ◦ blue 40

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

Shades of Palm Leaf #325828

Tints of Palm Leaf #325828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.44%

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

R = 28.09%
G = 49.44%
B = 22.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#325828 (or 0x325828) is known color: Palm Leaf. HEX triplet: 32, 58 and 28. RGB value is (50,88,40). Sum of RGB (Red+Green+Blue) = 50+88+40=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #325828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325828 is #CDA7D7. Grayscale: #474747. Windows color (decimal): -13477848 or 2644018. OLE color: 2644018.

HSL color Cylindrical-coordinate representation of color #325828: hue angle of 107.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325828 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 40 -
CMYK 0.43 0 0.55 0.65
HSL 107.5º 0.38% 0.25% -
HSV(B) 107.5º 0.55% 0.35% -
XYZ 5.19 7.81 3.24 -
YUV 71.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 50 88 40 0.43 0 0.55 0.65 107.5 0.38 0.25
Hex 32 58 28 2B 0 37 41 6C 26 19
Octal 62 130 50 53 0 67 101 154 46 31
Binary 110010 1011000 101000 101011 0 110111 1000001 1101100 100110 11001

Color Harmonies of #325828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325828

Black with #325828

Text Example


Text Example

White with #325828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325828; }

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

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

background-color css

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

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

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

border-color css

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

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

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