Html Css Color HEX #3D6046 Hunter Green

📋 copy color: '#3D6046'

red 61 ◦ green 96 ◦ blue 70

#3D6046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #3D6046

Tints of Hunter Green #3D6046

RGB

 RED value IS 61 (24.22% from 255) = 26.87%

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 26.87%
G = 42.29%
B = 30.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#3D6046 (or 0x3D6046) is known color: Hunter Green. HEX triplet: 3D, 60 and 46. RGB value is (61,96,70). Sum of RGB (Red+Green+Blue) = 61+96+70=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6046 is #C29FB9. Grayscale: #525252. Windows color (decimal): -12754874 or 4612157. OLE color: 4612157.

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

Color convert

RGB 61 96 70 -
CMYK 0.36 0 0.27 0.62
HSL 135.43º 0.22% 0.31% -
HSV(B) 135.43º 0.36% 0.38% -
XYZ 7.21 9.8 7.31 -
YUV 82.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 61 96 70 0.36 0 0.27 0.62 135.43 0.22 0.31
Hex 3D 60 46 24 0 1B 3E 87 16 1F
Octal 75 140 106 44 0 33 76 207 26 37
Binary 111101 1100000 1000110 100100 0 11011 111110 10000111 10110 11111

Color Harmonies of #3D6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6046

Black with #3D6046

Text Example


Text Example

White with #3D6046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D6046;
 }
 .AnyTagClassName
 {
   color: #3D6046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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