Html Css Color HEX #32482F Palm Leaf

📋 copy color: '#32482F'

red 50 ◦ green 72 ◦ blue 47

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

Shades of Palm Leaf #32482F

Tints of Palm Leaf #32482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 29.59%
G = 42.6%
B = 27.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#32482F (or 0x32482F) is known color: Palm Leaf. HEX triplet: 32, 48 and 2F. RGB value is (50,72,47). Sum of RGB (Red+Green+Blue) = 50+72+47=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #32482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32482F is #CDB7D0. Grayscale: #3E3E3E. Windows color (decimal): -13481937 or 3098674. OLE color: 3098674.

HSL color Cylindrical-coordinate representation of color #32482F: hue angle of 112.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32482F is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 47 -
CMYK 0.31 0 0.35 0.72
HSL 112.8º 0.21% 0.23% -
HSV(B) 112.8º 0.35% 0.28% -
XYZ 4.15 5.52 3.54 -
YUV 62.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 50 72 47 0.31 0 0.35 0.72 112.8 0.21 0.23
Hex 32 48 2F 1F 0 23 48 71 15 17
Octal 62 110 57 37 0 43 110 161 25 27
Binary 110010 1001000 101111 11111 0 100011 1001000 1110001 10101 10111

Color Harmonies of #32482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32482F

Black with #32482F

Text Example


Text Example

White with #32482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32482F; }

 p { color: rgb(50,72,47); }

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

background-color css

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

 a { background-color: rgb(50,72,47); }

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

border-color css

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

 span { border-color: rgb(50,72,47); }

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