Html Css Color HEX #325223 Palm Leaf

📋 copy color: '#325223'

red 50 ◦ green 82 ◦ blue 35

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

Shades of Palm Leaf #325223

Tints of Palm Leaf #325223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

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

R = 29.94%
G = 49.1%
B = 20.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#325223 (or 0x325223) is known color: Palm Leaf. HEX triplet: 32, 52 and 23. RGB value is (50,82,35). Sum of RGB (Red+Green+Blue) = 50+82+35=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #325223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325223 is #CDADDC. Grayscale: #434343. Windows color (decimal): -13479389 or 2314802. OLE color: 2314802.

HSL color Cylindrical-coordinate representation of color #325223: hue angle of 100.85º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325223 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 35 -
CMYK 0.39 0 0.57 0.68
HSL 100.85º 0.4% 0.23% -
HSV(B) 100.85º 0.57% 0.32% -
XYZ 4.64 6.83 2.66 -
YUV 67.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 50 82 35 0.39 0 0.57 0.68 100.85 0.4 0.23
Hex 32 52 23 27 0 39 44 65 28 17
Octal 62 122 43 47 0 71 104 145 50 27
Binary 110010 1010010 100011 100111 0 111001 1000100 1100101 101000 10111

Color Harmonies of #325223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325223

Black with #325223

Text Example


Text Example

White with #325223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325223; }

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

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

background-color css

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

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

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

border-color css

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

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

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