Html Css Color HEX #324B2C Palm Leaf

📋 copy color: '#324B2C'

red 50 ◦ green 75 ◦ blue 44

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

Shades of Palm Leaf #324B2C

Tints of Palm Leaf #324B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.38%

 BLUE value IS 44 (17.58% from 255) = 26.04%

R = 29.59%
G = 44.38%
B = 26.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#324B2C (or 0x324B2C) is known color: Palm Leaf. HEX triplet: 32, 4B and 2C. RGB value is (50,75,44). Sum of RGB (Red+Green+Blue) = 50+75+44=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #324B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B2C is #CDB4D3. Grayscale: #404040. Windows color (decimal): -13481172 or 2902834. OLE color: 2902834.

HSL color Cylindrical-coordinate representation of color #324B2C: hue angle of 108.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324B2C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 44 -
CMYK 0.33 0 0.41 0.71
HSL 108.39º 0.26% 0.23% -
HSV(B) 108.39º 0.41% 0.29% -
XYZ 4.29 5.89 3.29 -
YUV 63.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 50 75 44 0.33 0 0.41 0.71 108.39 0.26 0.23
Hex 32 4B 2C 21 0 29 47 6C 1A 17
Octal 62 113 54 41 0 51 107 154 32 27
Binary 110010 1001011 101100 100001 0 101001 1000111 1101100 11010 10111

Color Harmonies of #324B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B2C

Black with #324B2C

Text Example


Text Example

White with #324B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B2C; }

 p { color: rgb(50,75,44); }

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

background-color css

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

 a { background-color: rgb(50,75,44); }

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

border-color css

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

 span { border-color: rgb(50,75,44); }

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