#345C3C

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

Shades of Hunter Green #345C3C

Tints of Hunter Green #345C3C

Color information

#345C3C (or 0x345C3C) is unknown color: approx Hunter Green. HEX triplet: 34, 5C and 3C. RGB value is (52,92,60). Sum of RGB (Red+Green+Blue) = 52+92+60=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #345C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C3C is #CBA3C3. Grayscale: #4C4C4C. Windows color (decimal): -13345732 or 3955764. OLE color: 3955764.

HSL color Cylindrical-coordinate representation of color #345C3C: hue angle of 132º 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 #345C3C is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB529260-
CMYK0.4300.350.64
HSL132º27.78%28.24%-
HSV(B)132º43.48%36.08%-
XYZ6.068.715.64-
YUV76.39118.75110.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=25.49%
G=45.10%
B=29.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292600.4300.350.6413227.7828.24
Hex345C3C2B02340841c1c
Octal6413474530431002043434
Binary110100101110011110010101101000111000000100001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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