Html Css Color HEX #325422 Palm Leaf

📋 copy color: '#325422'

red 50 ◦ green 84 ◦ blue 34

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

Shades of Palm Leaf #325422

Tints of Palm Leaf #325422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 29.76%
G = 50%
B = 20.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#325422 (or 0x325422) is known color: Palm Leaf. HEX triplet: 32, 54 and 22. RGB value is (50,84,34). Sum of RGB (Red+Green+Blue) = 50+84+34=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #325422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325422 is #CDABDD. Grayscale: #444444. Windows color (decimal): -13478878 or 2249778. OLE color: 2249778.

HSL color Cylindrical-coordinate representation of color #325422: hue angle of 100.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325422 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 34 -
CMYK 0.40 0 0.60 0.67
HSL 100.8º 0.42% 0.23% -
HSV(B) 100.8º 0.6% 0.33% -
XYZ 4.77 7.13 2.64 -
YUV 68.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 50 84 34 0.40 0 0.60 0.67 100.8 0.42 0.23
Hex 32 54 22 28 0 3C 43 65 2A 17
Octal 62 124 42 50 0 74 103 145 52 27
Binary 110010 1010100 100010 101000 0 111100 1000011 1100101 101010 10111

Color Harmonies of #325422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325422

Black with #325422

Text Example


Text Example

White with #325422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325422; }

 p { color: rgb(50,84,34); }

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

background-color css

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

 a { background-color: rgb(50,84,34); }

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

border-color css

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

 span { border-color: rgb(50,84,34); }

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