#3D6042

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

Shades of Hunter Green #3D6042

Tints of Hunter Green #3D6042

Color information

#3D6042 (or 0x3D6042) is unknown color: approx Hunter Green. HEX triplet: 3D, 60 and 42. RGB value is (61,96,66). Sum of RGB (Red+Green+Blue) = 61+96+66=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6042 is #C29FBD. Grayscale: #525252. Windows color (decimal): -12754878 or 4350013. OLE color: 4350013.

HSL color Cylindrical-coordinate representation of color #3D6042: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6042 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB619666-
CMYK0.3600.310.62
HSL128.57º22.29%30.78%-
HSV(B)128.57º36.46%37.65%-
XYZ7.099.756.66-
YUV82.12118.9112.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=27.35%
G=43.05%
B=29.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196660.3600.310.62128.5722.2930.78
Hex3D60422401F3E81161f
Octal7514010244037762012637
Binary11110111000001000010100100011111111110100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,66); }

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

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

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

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

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

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

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