Html Css Color HEX #32472C Palm Leaf

📋 copy color: '#32472C'

red 50 ◦ green 71 ◦ blue 44

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

Shades of Palm Leaf #32472C

Tints of Palm Leaf #32472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 30.3%
G = 43.03%
B = 26.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#32472C (or 0x32472C) is known color: Palm Leaf. HEX triplet: 32, 47 and 2C. RGB value is (50,71,44). Sum of RGB (Red+Green+Blue) = 50+71+44=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #32472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472C is #CDB8D3. Grayscale: #3D3D3D. Windows color (decimal): -13482196 or 2901810. OLE color: 2901810.

HSL color Cylindrical-coordinate representation of color #32472C: hue angle of 106.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32472C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 44 -
CMYK 0.30 0 0.38 0.72
HSL 106.67º 0.23% 0.23% -
HSV(B) 106.67º 0.38% 0.28% -
XYZ 4.02 5.37 3.21 -
YUV 61.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 50 71 44 0.30 0 0.38 0.72 106.67 0.23 0.23
Hex 32 47 2C 1E 0 26 48 6B 17 17
Octal 62 107 54 36 0 46 110 153 27 27
Binary 110010 1000111 101100 11110 0 100110 1001000 1101011 10111 10111

Color Harmonies of #32472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32472C

Black with #32472C

Text Example


Text Example

White with #32472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,71,44); }

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

background-color css

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

 a { background-color: rgb(50,71,44); }

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

border-color css

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

 span { border-color: rgb(50,71,44); }

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