#34683F

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

Shades of Hunter Green #34683F

Tints of Hunter Green #34683F

Color information

#34683F (or 0x34683F) is unknown color: approx Hunter Green. HEX triplet: 34, 68 and 3F. RGB value is (52,104,63). Sum of RGB (Red+Green+Blue) = 52+104+63=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #34683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34683F is #CB97C0. Grayscale: #535353. Windows color (decimal): -13342657 or 4155444. OLE color: 4155444.

HSL color Cylindrical-coordinate representation of color #34683F: hue angle of 132.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34683F is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB5210463-
CMYK0.5000.390.59
HSL132.69º33.33%30.59%-
HSV(B)132.69º50%40.78%-
XYZ7.2610.996.44-
YUV83.78116.27105.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 63 (25% from 255) = 28.77%
R=23.74%
G=47.49%
B=28.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104630.5000.390.59132.6933.3330.59
Hex34683F320273B85211f
Octal641507762047732054137
Binary110100110100011111111001001001111110111000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34683F; }

 p { color: rgb(52,104,63); }

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

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

 a { background-color: rgb(52,104,63); }

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

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

 span { border-color: rgb(52,104,63); }

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