#345B17

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

Shades of Palm Leaf #345B17

Tints of Palm Leaf #345B17

Color information

#345B17 (or 0x345B17) is unknown color: approx Palm Leaf. HEX triplet: 34, 5B and 17. RGB value is (52,91,23). Sum of RGB (Red+Green+Blue) = 52+91+23=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #345B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B17 is #CBA4E8. Grayscale: #474747. Windows color (decimal): -13346025 or 1530676. OLE color: 1530676.

HSL color Cylindrical-coordinate representation of color #345B17: hue angle of 94.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345B17 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB529123-
CMYK0.4300.750.64
HSL94.41º59.65%22.35%-
HSV(B)94.41º74.73%35.69%-
XYZ5.318.272.13-
YUV71.59100.58114.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=31.33%
G=54.82%
B=13.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291230.4300.750.6494.4159.6522.35
Hex345B172B04B405e3c16
Octal64133275301131001367426
Binary110100101101110111101011010010111000000101111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345B17; }

 p { color: rgb(52,91,23); }

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

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

 a { background-color: rgb(52,91,23); }

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

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

 span { border-color: rgb(52,91,23); }

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