Html Css Color HEX #324231 Palm Leaf

📋 copy color: '#324231'

red 50 ◦ green 66 ◦ blue 49

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

Shades of Palm Leaf #324231

Tints of Palm Leaf #324231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 30.3%
G = 40%
B = 29.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#324231 (or 0x324231) is known color: Palm Leaf. HEX triplet: 32, 42 and 31. RGB value is (50,66,49). Sum of RGB (Red+Green+Blue) = 50+66+49=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #324231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324231 is #CDBDCE. Grayscale: #3B3B3B. Windows color (decimal): -13483471 or 3228210. OLE color: 3228210.

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

Color convert

RGB 50 66 49 -
CMYK 0.24 0 0.26 0.74
HSL 116.47º 0.15% 0.23% -
HSV(B) 116.47º 0.26% 0.26% -
XYZ 3.82 4.8 3.63 -
YUV 59.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 50 66 49 0.24 0 0.26 0.74 116.47 0.15 0.23
Hex 32 42 31 18 0 1A 4A 74 F 17
Octal 62 102 61 30 0 32 112 164 17 27
Binary 110010 1000010 110001 11000 0 11010 1001010 1110100 1111 10111

Color Harmonies of #324231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324231

Black with #324231

Text Example


Text Example

White with #324231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324231; }

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

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

background-color css

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

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

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

border-color css

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

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

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