Html Css Color HEX #3D5F46 Hunter Green

📋 copy color: '#3D5F46'

red 61 ◦ green 95 ◦ blue 70

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

Shades of Hunter Green #3D5F46

Tints of Hunter Green #3D5F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.04%

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

R = 26.99%
G = 42.04%
B = 30.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#3D5F46 (or 0x3D5F46) is known color: Hunter Green. HEX triplet: 3D, 5F and 46. RGB value is (61,95,70). Sum of RGB (Red+Green+Blue) = 61+95+70=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F46 is #C2A0B9. Grayscale: #525252. Windows color (decimal): -12755130 or 4611901. OLE color: 4611901.

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

Color convert

RGB 61 95 70 -
CMYK 0.36 0 0.26 0.63
HSL 135.88º 0.22% 0.31% -
HSV(B) 135.88º 0.36% 0.37% -
XYZ 7.12 9.62 7.28 -
YUV 81.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 61 95 70 0.36 0 0.26 0.63 135.88 0.22 0.31
Hex 3D 5F 46 24 0 1A 3F 88 16 1F
Octal 75 137 106 44 0 32 77 210 26 37
Binary 111101 1011111 1000110 100100 0 11010 111111 10001000 10110 11111

Color Harmonies of #3D5F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F46

Black with #3D5F46

Text Example


Text Example

White with #3D5F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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