#3C533F

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

Shades of Hunter Green #3C533F

Tints of Hunter Green #3C533F

Color information

#3C533F (or 0x3C533F) is unknown color: approx Hunter Green. HEX triplet: 3C, 53 and 3F. RGB value is (60,83,63). Sum of RGB (Red+Green+Blue) = 60+83+63=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533F is #C3ACC0. Grayscale: #494949. Windows color (decimal): -12823745 or 4150076. OLE color: 4150076.

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

Color convert

RGB608363-
CMYK0.2800.240.67
HSL127.83º16.08%28.04%-
HSV(B)127.83º27.71%32.55%-
XYZ5.857.515.84-
YUV73.84121.88118.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 63 (25% from 255) = 30.58%
R=29.13%
G=40.29%
B=30.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083630.2800.240.67127.8316.0828.04
Hex3C533F1C0184380101c
Octal7412377340301032002034
Binary1111001010011111111111000110001000011100000001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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