Html Css Color HEX #32472A Palm Leaf

📋 copy color: '#32472A'

red 50 ◦ green 71 ◦ blue 42

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

Shades of Palm Leaf #32472A

Tints of Palm Leaf #32472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 30.67%
G = 43.56%
B = 25.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#32472A (or 0x32472A) is known color: Palm Leaf. HEX triplet: 32, 47 and 2A. RGB value is (50,71,42). Sum of RGB (Red+Green+Blue) = 50+71+42=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #32472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472A is #CDB8D5. Grayscale: #3D3D3D. Windows color (decimal): -13482198 or 2770738. OLE color: 2770738.

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

Color convert

RGB 50 71 42 -
CMYK 0.30 0 0.41 0.72
HSL 103.45º 0.26% 0.22% -
HSV(B) 103.45º 0.41% 0.28% -
XYZ 3.99 5.35 3.01 -
YUV 61.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 50 71 42 0.30 0 0.41 0.72 103.45 0.26 0.22
Hex 32 47 2A 1E 0 29 48 67 1A 16
Octal 62 107 52 36 0 51 110 147 32 26
Binary 110010 1000111 101010 11110 0 101001 1001000 1100111 11010 10110

Color Harmonies of #32472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32472A

Black with #32472A

Text Example


Text Example

White with #32472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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