Html Css Color HEX #324228 Palm Leaf

📋 copy color: '#324228'

red 50 ◦ green 66 ◦ blue 40

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

Shades of Palm Leaf #324228

Tints of Palm Leaf #324228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 32.05%
G = 42.31%
B = 25.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#324228 (or 0x324228) is known color: Palm Leaf. HEX triplet: 32, 42 and 28. RGB value is (50,66,40). Sum of RGB (Red+Green+Blue) = 50+66+40=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #324228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324228 is #CDBDD7. Grayscale: #3A3A3A. Windows color (decimal): -13483480 or 2638386. OLE color: 2638386.

HSL color Cylindrical-coordinate representation of color #324228: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324228 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 40 -
CMYK 0.24 0 0.39 0.74
HSL 96.92º 0.25% 0.21% -
HSV(B) 96.92º 0.39% 0.26% -
XYZ 3.65 4.73 2.73 -
YUV 58.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 50 66 40 0.24 0 0.39 0.74 96.92 0.25 0.21
Hex 32 42 28 18 0 27 4A 61 19 15
Octal 62 102 50 30 0 47 112 141 31 25
Binary 110010 1000010 101000 11000 0 100111 1001010 1100001 11001 10101

Color Harmonies of #324228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324228

Black with #324228

Text Example


Text Example

White with #324228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324228; }

 p { color: rgb(50,66,40); }

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

background-color css

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

 a { background-color: rgb(50,66,40); }

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

border-color css

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

 span { border-color: rgb(50,66,40); }

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