#3A603A

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

Shades of Hunter Green #3A603A

Tints of Hunter Green #3A603A

Color information

#3A603A (or 0x3A603A) is unknown color: approx Hunter Green. HEX triplet: 3A, 60 and 3A. RGB value is (58,96,58). Sum of RGB (Red+Green+Blue) = 58+96+58=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #3A603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A603A is #C59FC5. Grayscale: #505050. Windows color (decimal): -12951494 or 3825722. OLE color: 3825722.

HSL color Cylindrical-coordinate representation of color #3A603A: hue angle of 120º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A603A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB589658-
CMYK0.4000.400.62
HSL120º24.68%30.2%-
HSV(B)120º39.58%37.65%-
XYZ6.699.575.5-
YUV80.31115.41112.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=27.36%
G=45.28%
B=27.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896580.4000.400.6212024.6830.2
Hex3A603A280283E78191e
Octal721407250050761703136
Binary1110101100000111010101000010100011111011110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,96,58); }

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

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

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

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

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

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

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