#3D6043

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

Shades of Hunter Green #3D6043

Tints of Hunter Green #3D6043

Color information

#3D6043 (or 0x3D6043) is unknown color: approx Hunter Green. HEX triplet: 3D, 60 and 43. RGB value is (61,96,67). Sum of RGB (Red+Green+Blue) = 61+96+67=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6043 is #C29FBC. Grayscale: #525252. Windows color (decimal): -12754877 or 4415549. OLE color: 4415549.

HSL color Cylindrical-coordinate representation of color #3D6043: hue angle of 130.29º 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 #3D6043 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB619667-
CMYK0.3600.300.62
HSL130.29º22.29%30.78%-
HSV(B)130.29º36.46%37.65%-
XYZ7.129.766.82-
YUV82.23119.4112.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=27.23%
G=42.86%
B=29.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196670.3600.300.62130.2922.2930.78
Hex3D60432401E3E82161f
Octal7514010344036762022637
Binary11110111000001000011100100011110111110100000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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