Html Css Color HEX #324530 Palm Leaf

📋 copy color: '#324530'

red 50 ◦ green 69 ◦ blue 48

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

Shades of Palm Leaf #324530

Tints of Palm Leaf #324530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

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

R = 29.94%
G = 41.32%
B = 28.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#324530 (or 0x324530) is known color: Palm Leaf. HEX triplet: 32, 45 and 30. RGB value is (50,69,48). Sum of RGB (Red+Green+Blue) = 50+69+48=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #324530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324530 is #CDBACF. Grayscale: #3C3C3C. Windows color (decimal): -13482704 or 3163442. OLE color: 3163442.

HSL color Cylindrical-coordinate representation of color #324530: hue angle of 114.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324530 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 48 -
CMYK 0.28 0 0.30 0.73
HSL 114.29º 0.18% 0.23% -
HSV(B) 114.29º 0.3% 0.27% -
XYZ 3.98 5.15 3.58 -
YUV 60.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 50 69 48 0.28 0 0.30 0.73 114.29 0.18 0.23
Hex 32 45 30 1C 0 1E 49 72 12 17
Octal 62 105 60 34 0 36 111 162 22 27
Binary 110010 1000101 110000 11100 0 11110 1001001 1110010 10010 10111

Color Harmonies of #324530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324530

Black with #324530

Text Example


Text Example

White with #324530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324530; }

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

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

background-color css

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

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

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

border-color css

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

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

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