Html Css Color HEX #324031 Palm Leaf

📋 copy color: '#324031'

red 50 ◦ green 64 ◦ blue 49

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

Shades of Palm Leaf #324031

Tints of Palm Leaf #324031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

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

R = 30.67%
G = 39.26%
B = 30.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#324031 (or 0x324031) is known color: Palm Leaf. HEX triplet: 32, 40 and 31. RGB value is (50,64,49). Sum of RGB (Red+Green+Blue) = 50+64+49=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #324031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324031 is #CDBFCE. Grayscale: #3A3A3A. Windows color (decimal): -13483983 or 3227698. OLE color: 3227698.

HSL color Cylindrical-coordinate representation of color #324031: hue angle of 116º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #324031 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 49 -
CMYK 0.22 0 0.23 0.75
HSL 116º 0.13% 0.22% -
HSV(B) 116º 0.23% 0.25% -
XYZ 3.7 4.57 3.59 -
YUV 58.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 50 64 49 0.22 0 0.23 0.75 116 0.13 0.22
Hex 32 40 31 16 0 17 4B 74 D 16
Octal 62 100 61 26 0 27 113 164 15 26
Binary 110010 1000000 110001 10110 0 10111 1001011 1110100 1101 10110

Color Harmonies of #324031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324031

Black with #324031

Text Example


Text Example

White with #324031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324031; }

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

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

background-color css

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

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

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

border-color css

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

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

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