#3A663F

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

Shades of Hunter Green #3A663F

Tints of Hunter Green #3A663F

Color information

#3A663F (or 0x3A663F) is unknown color: approx Hunter Green. HEX triplet: 3A, 66 and 3F. RGB value is (58,102,63). Sum of RGB (Red+Green+Blue) = 58+102+63=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #3A663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A663F is #C599C0. Grayscale: #545454. Windows color (decimal): -12949953 or 4154938. OLE color: 4154938.

HSL color Cylindrical-coordinate representation of color #3A663F: hue angle of 126.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A663F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB5810263-
CMYK0.4300.380.6
HSL126.82º27.5%31.37%-
HSV(B)126.82º43.14%40%-
XYZ7.3910.766.39-
YUV84.4115.92109.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 63 (25% from 255) = 28.25%
R=26.01%
G=45.74%
B=28.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58102630.4300.380.6126.8227.531.37
Hex3A663F2B0263C7f1c1f
Octal721467753046741773437
Binary1110101100110111111101011010011011110011111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,63); }

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

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

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

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

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

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

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