#3D533F

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

Shades of Hunter Green #3D533F

Tints of Hunter Green #3D533F

Color information

#3D533F (or 0x3D533F) is unknown color: approx Hunter Green. HEX triplet: 3D, 53 and 3F. RGB value is (61,83,63). Sum of RGB (Red+Green+Blue) = 61+83+63=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3D533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D533F is #C2ACC0. Grayscale: #4A4A4A. Windows color (decimal): -12758209 or 4150077. OLE color: 4150077.

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

Color convert

RGB618363-
CMYK0.2700.240.67
HSL125.45º15.28%28.24%-
HSV(B)125.45º26.51%32.55%-
XYZ5.917.545.85-
YUV74.14121.71118.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 63 (25% from 255) = 30.43%
R=29.47%
G=40.10%
B=30.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183630.2700.240.67125.4515.2828.24
Hex3D533F1B018437df1c
Octal7512377330301031751734
Binary11110110100111111111101101100010000111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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