#345C3B

Color #345C3B Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #345C3B

Tints of Hunter Green #345C3B

Color information

#345C3B (or 0x345C3B) is unknown color: approx Hunter Green. HEX triplet: 34, 5C and 3B. RGB value is (52,92,59). Sum of RGB (Red+Green+Blue) = 52+92+59=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #345C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C3B is #CBA3C4. Grayscale: #4C4C4C. Windows color (decimal): -13345733 or 3890228. OLE color: 3890228.

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

Color convert

RGB529259-
CMYK0.4300.360.64
HSL130.5º27.78%28.24%-
HSV(B)130.5º43.48%36.08%-
XYZ6.038.75.5-
YUV76.28118.25110.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=25.62%
G=45.32%
B=29.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292590.4300.360.64130.527.7828.24
Hex345C3B2B02440821c1c
Octal6413473530441002023434
Binary110100101110011101110101101001001000000100000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,59); }

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

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

 a { background-color: rgb(52,92,59); }

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

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

 span { border-color: rgb(52,92,59); }

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