#34583A

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

Shades of Hunter Green #34583A

Tints of Hunter Green #34583A

Color information

#34583A (or 0x34583A) is unknown color: approx Hunter Green. HEX triplet: 34, 58 and 3A. RGB value is (52,88,58). Sum of RGB (Red+Green+Blue) = 52+88+58=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #34583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34583A is #CBA7C5. Grayscale: #494949. Windows color (decimal): -13346758 or 3823668. OLE color: 3823668.

HSL color Cylindrical-coordinate representation of color #34583A: hue angle of 130º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34583A is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB528858-
CMYK0.4100.340.65
HSL130º25.71%27.45%-
HSV(B)130º40.91%34.51%-
XYZ5.678.025.25-
YUV73.82119.07112.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=26.26%
G=44.44%
B=29.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288580.4100.340.6513025.7127.45
Hex34583A2902241821a1b
Octal6413072510421012023233
Binary110100101100011101010100101000101000001100000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34583A; }

 p { color: rgb(52,88,58); }

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

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

 a { background-color: rgb(52,88,58); }

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

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

 span { border-color: rgb(52,88,58); }

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