#345925

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

Shades of Palm Leaf #345925

Tints of Palm Leaf #345925

Color information

#345925 (or 0x345925) is unknown color: approx Palm Leaf. HEX triplet: 34, 59 and 25. RGB value is (52,89,37). Sum of RGB (Red+Green+Blue) = 52+89+37=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #345925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345925 is #CBA6DA. Grayscale: #484848. Windows color (decimal): -13346523 or 2447668. OLE color: 2447668.

HSL color Cylindrical-coordinate representation of color #345925: hue angle of 102.69º 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 #345925 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB528937-
CMYK0.4200.580.65
HSL102.69º41.27%24.71%-
HSV(B)102.69º58.43%34.9%-
XYZ5.328.013.02-
YUV72.01108.24113.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=29.21%
G=50%
B=20.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289370.4200.580.65102.6941.2724.71
Hex3459252A03A41672919
Octal6413145520721011475131
Binary110100101100110010110101001110101000001110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345925; }

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

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

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

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

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

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

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

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