#3A533C

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

Shades of Hunter Green #3A533C

Tints of Hunter Green #3A533C

Color information

#3A533C (or 0x3A533C) is unknown color: approx Hunter Green. HEX triplet: 3A, 53 and 3C. RGB value is (58,83,60). Sum of RGB (Red+Green+Blue) = 58+83+60=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #3A533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A533C is #C5ACC3. Grayscale: #484848. Windows color (decimal): -12954820 or 3953466. OLE color: 3953466.

HSL color Cylindrical-coordinate representation of color #3A533C: hue angle of 124.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A533C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB588360-
CMYK0.3000.280.67
HSL124.8º17.73%27.65%-
HSV(B)124.8º30.12%32.55%-
XYZ5.657.415.41-
YUV72.9120.72117.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=28.86%
G=41.29%
B=29.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883600.3000.280.67124.817.7327.65
Hex3A533C1E01C437d121c
Octal7212374360341031752234
Binary111010101001111110011110011100100001111111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A533C; }

 p { color: rgb(58,83,60); }

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

<style>
 a { background-color: #3A533C; }

 a { background-color: rgb(58,83,60); }

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

<style>
 span { border-color: #3A533C; }

 span { border-color: rgb(58,83,60); }

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