#345924

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

Shades of Palm Leaf #345924

Tints of Palm Leaf #345924

Color information

#345924 (or 0x345924) is unknown color: approx Palm Leaf. HEX triplet: 34, 59 and 24. RGB value is (52,89,36). Sum of RGB (Red+Green+Blue) = 52+89+36=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #345924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345924 is #CBA6DB. Grayscale: #484848. Windows color (decimal): -13346524 or 2382132. OLE color: 2382132.

HSL color Cylindrical-coordinate representation of color #345924: hue angle of 101.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345924 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB528936-
CMYK0.4200.600.65
HSL101.89º42.4%24.51%-
HSV(B)101.89º59.55%34.9%-
XYZ5.3182.93-
YUV71.9107.74113.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=29.38%
G=50.28%
B=20.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289360.4200.600.65101.8942.424.51
Hex3459242A03C41662a19
Octal6413144520741011465231
Binary110100101100110010010101001111001000001110011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345924; }

 p { color: rgb(52,89,36); }

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

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

 a { background-color: rgb(52,89,36); }

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

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

 span { border-color: rgb(52,89,36); }

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