#3B553F

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

Shades of Hunter Green #3B553F

Tints of Hunter Green #3B553F

Color information

#3B553F (or 0x3B553F) is unknown color: approx Hunter Green. HEX triplet: 3B, 55 and 3F. RGB value is (59,85,63). Sum of RGB (Red+Green+Blue) = 59+85+63=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #3B553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B553F is #C4AAC0. Grayscale: #4A4A4A. Windows color (decimal): -12888769 or 4150587. OLE color: 4150587.

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

Color convert

RGB598563-
CMYK0.3100.260.67
HSL129.23º18.06%28.24%-
HSV(B)129.23º30.59%33.33%-
XYZ5.957.795.89-
YUV74.72121.39116.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 63 (25% from 255) = 30.43%
R=28.50%
G=41.06%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985630.3100.260.67129.2318.0628.24
Hex3B553F1F01A4381121c
Octal7312577370321032012234
Binary1110111010101111111111110110101000011100000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,63); }

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

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

 a { background-color: rgb(59,85,63); }

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

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

 span { border-color: rgb(59,85,63); }

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