#345926

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

Shades of Palm Leaf #345926

Tints of Palm Leaf #345926

Color information

#345926 (or 0x345926) is unknown color: approx Palm Leaf. HEX triplet: 34, 59 and 26. RGB value is (52,89,38). Sum of RGB (Red+Green+Blue) = 52+89+38=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #345926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345926 is #CBA6D9. Grayscale: #484848. Windows color (decimal): -13346522 or 2513204. OLE color: 2513204.

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

Color convert

RGB528938-
CMYK0.4200.570.65
HSL103.53º40.16%24.9%-
HSV(B)103.53º57.3%34.9%-
XYZ5.348.013.1-
YUV72.12108.74113.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=29.05%
G=49.72%
B=21.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289380.4200.570.65103.5340.1624.9
Hex3459262A03941682819
Octal6413146520711011505031
Binary110100101100110011010101001110011000001110100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345926; }

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

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

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

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

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

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

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

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