#345825

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

Shades of Palm Leaf #345825

Tints of Palm Leaf #345825

Color information

#345825 (or 0x345825) is unknown color: approx Palm Leaf. HEX triplet: 34, 58 and 25. RGB value is (52,88,37). Sum of RGB (Red+Green+Blue) = 52+88+37=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #345825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345825 is #CBA7DA. Grayscale: #474747. Windows color (decimal): -13346779 or 2447412. OLE color: 2447412.

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

Color convert

RGB528837-
CMYK0.4100.580.65
HSL102.35º40.8%24.51%-
HSV(B)102.35º57.95%34.51%-
XYZ5.247.842.99-
YUV71.42108.57114.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=29.38%
G=49.72%
B=20.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288370.4100.580.65102.3540.824.51
Hex3458252903A41662919
Octal6413045510721011465131
Binary110100101100010010110100101110101000001110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345825; }

 p { color: rgb(52,88,37); }

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

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

 a { background-color: rgb(52,88,37); }

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

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

 span { border-color: rgb(52,88,37); }

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