#324625

Color #324625 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #324625

Tints of Palm Leaf #324625

Color information

#324625 (or 0x324625) is unknown color: approx Palm Leaf. HEX triplet: 32, 46 and 25. RGB value is (50,70,37). Sum of RGB (Red+Green+Blue) = 50+70+37=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #324625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324625 is #CDB9DA. Grayscale: #3C3C3C. Windows color (decimal): -13482459 or 2442802. OLE color: 2442802.

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

Color convert

RGB507037-
CMYK0.2900.470.73
HSL96.36º30.84%20.98%-
HSV(B)96.36º47.14%27.45%-
XYZ3.845.192.55-
YUV60.26114.87120.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=31.85%
G=44.59%
B=23.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070370.2900.470.7396.3630.8420.98
Hex3246251D02F49601f15
Octal6210645350571111403725
Binary1100101000110100101111010101111100100111000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324625; }

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

 H1.HeaderClassName
 {
   color: #324625;
 }
 .AnyTagClassName
 {
   color: #324625;
 }
</style>
background-color css

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

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

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

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

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

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