Html Css Color HEX #324B2D Palm Leaf

📋 copy color: '#324B2D'

red 50 ◦ green 75 ◦ blue 45

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

Shades of Palm Leaf #324B2D

Tints of Palm Leaf #324B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.47%

R = 29.41%
G = 44.12%
B = 26.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#324B2D (or 0x324B2D) is known color: Palm Leaf. HEX triplet: 32, 4B and 2D. RGB value is (50,75,45). Sum of RGB (Red+Green+Blue) = 50+75+45=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #324B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B2D is #CDB4D2. Grayscale: #404040. Windows color (decimal): -13481171 or 2968370. OLE color: 2968370.

HSL color Cylindrical-coordinate representation of color #324B2D: hue angle of 110º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324B2D is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 45 -
CMYK 0.33 0 0.40 0.71
HSL 110º 0.25% 0.24% -
HSV(B) 110º 0.4% 0.29% -
XYZ 4.31 5.9 3.39 -
YUV 64.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 50 75 45 0.33 0 0.40 0.71 110 0.25 0.24
Hex 32 4B 2D 21 0 28 47 6E 19 18
Octal 62 113 55 41 0 50 107 156 31 30
Binary 110010 1001011 101101 100001 0 101000 1000111 1101110 11001 11000

Color Harmonies of #324B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B2D

Black with #324B2D

Text Example


Text Example

White with #324B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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