Html Css Color HEX #324630 Palm Leaf

📋 copy color: '#324630'

red 50 ◦ green 70 ◦ blue 48

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

Shades of Palm Leaf #324630

Tints of Palm Leaf #324630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 29.76%
G = 41.67%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#324630 (or 0x324630) is known color: Palm Leaf. HEX triplet: 32, 46 and 30. RGB value is (50,70,48). Sum of RGB (Red+Green+Blue) = 50+70+48=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #324630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324630 is #CDB9CF. Grayscale: #3D3D3D. Windows color (decimal): -13482448 or 3163698. OLE color: 3163698.

HSL color Cylindrical-coordinate representation of color #324630: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324630 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 48 -
CMYK 0.29 0 0.31 0.73
HSL 114.55º 0.19% 0.23% -
HSV(B) 114.55º 0.31% 0.27% -
XYZ 4.04 5.27 3.6 -
YUV 61.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 50 70 48 0.29 0 0.31 0.73 114.55 0.19 0.23
Hex 32 46 30 1D 0 1F 49 73 13 17
Octal 62 106 60 35 0 37 111 163 23 27
Binary 110010 1000110 110000 11101 0 11111 1001001 1110011 10011 10111

Color Harmonies of #324630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324630

Black with #324630

Text Example


Text Example

White with #324630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324630; }

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

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

background-color css

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

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

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

border-color css

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

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

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