Html Css Color HEX #32442E Palm Leaf

📋 copy color: '#32442E'

red 50 ◦ green 68 ◦ blue 46

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

Shades of Palm Leaf #32442E

Tints of Palm Leaf #32442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 30.49%
G = 41.46%
B = 28.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#32442E (or 0x32442E) is known color: Palm Leaf. HEX triplet: 32, 44 and 2E. RGB value is (50,68,46). Sum of RGB (Red+Green+Blue) = 50+68+46=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #32442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32442E is #CDBBD1. Grayscale: #3C3C3C. Windows color (decimal): -13482962 or 3032114. OLE color: 3032114.

HSL color Cylindrical-coordinate representation of color #32442E: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32442E is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 68 46 -
CMYK 0.26 0 0.32 0.73
HSL 109.09º 0.19% 0.22% -
HSV(B) 109.09º 0.32% 0.27% -
XYZ 3.88 5.01 3.35 -
YUV 60.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 50 68 46 0.26 0 0.32 0.73 109.09 0.19 0.22
Hex 32 44 2E 1A 0 20 49 6D 13 16
Octal 62 104 56 32 0 40 111 155 23 26
Binary 110010 1000100 101110 11010 0 100000 1001001 1101101 10011 10110

Color Harmonies of #32442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32442E

Black with #32442E

Text Example


Text Example

White with #32442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32442E; }

 p { color: rgb(50,68,46); }

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

background-color css

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

 a { background-color: rgb(50,68,46); }

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

border-color css

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

 span { border-color: rgb(50,68,46); }

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