Html Css Color HEX #32551C Palm Leaf

📋 copy color: '#32551C'

red 50 ◦ green 85 ◦ blue 28

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

Shades of Palm Leaf #32551C

Tints of Palm Leaf #32551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 30.67%
G = 52.15%
B = 17.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#32551C (or 0x32551C) is known color: Palm Leaf. HEX triplet: 32, 55 and 1C. RGB value is (50,85,28). Sum of RGB (Red+Green+Blue) = 50+85+28=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #32551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32551C is #CDAAE3. Grayscale: #444444. Windows color (decimal): -13478628 or 1856818. OLE color: 1856818.

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

Color convert

RGB 50 85 28 -
CMYK 0.41 0 0.67 0.67
HSL 96.84º 0.5% 0.22% -
HSV(B) 96.84º 0.67% 0.33% -
XYZ 4.77 7.26 2.25 -
YUV 68.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 50 85 28 0.41 0 0.67 0.67 96.84 0.5 0.22
Hex 32 55 1C 29 0 43 43 61 32 16
Octal 62 125 34 51 0 103 103 141 62 26
Binary 110010 1010101 11100 101001 0 1000011 1000011 1100001 110010 10110

Color Harmonies of #32551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32551C

Black with #32551C

Text Example


Text Example

White with #32551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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