Html Css Color HEX #324830 Palm Leaf

📋 copy color: '#324830'

red 50 ◦ green 72 ◦ blue 48

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

Shades of Palm Leaf #324830

Tints of Palm Leaf #324830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 29.41%
G = 42.35%
B = 28.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#324830 (or 0x324830) is known color: Palm Leaf. HEX triplet: 32, 48 and 30. RGB value is (50,72,48). Sum of RGB (Red+Green+Blue) = 50+72+48=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #324830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324830 is #CDB7CF. Grayscale: #3E3E3E. Windows color (decimal): -13481936 or 3164210. OLE color: 3164210.

HSL color Cylindrical-coordinate representation of color #324830: hue angle of 115º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324830 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 48 -
CMYK 0.31 0 0.33 0.72
HSL 115º 0.2% 0.24% -
HSV(B) 115º 0.33% 0.28% -
XYZ 4.17 5.53 3.64 -
YUV 62.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 50 72 48 0.31 0 0.33 0.72 115 0.2 0.24
Hex 32 48 30 1F 0 21 48 73 14 18
Octal 62 110 60 37 0 41 110 163 24 30
Binary 110010 1001000 110000 11111 0 100001 1001000 1110011 10100 11000

Color Harmonies of #324830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324830

Black with #324830

Text Example


Text Example

White with #324830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324830; }

 p { color: rgb(50,72,48); }

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

background-color css

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

 a { background-color: rgb(50,72,48); }

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

border-color css

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

 span { border-color: rgb(50,72,48); }

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