Html Css Color HEX #3D5A42 Hunter Green

📋 copy color: '#3D5A42'

red 61 ◦ green 90 ◦ blue 66

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

Shades of Hunter Green #3D5A42

Tints of Hunter Green #3D5A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.47%

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 28.11%
G = 41.47%
B = 30.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#3D5A42 (or 0x3D5A42) is known color: Hunter Green. HEX triplet: 3D, 5A and 42. RGB value is (61,90,66). Sum of RGB (Red+Green+Blue) = 61+90+66=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A42 is #C2A5BD. Grayscale: #4E4E4E. Windows color (decimal): -12756414 or 4348477. OLE color: 4348477.

HSL color Cylindrical-coordinate representation of color #3D5A42: hue angle of 130.34º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D5A42 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 90 66 -
CMYK 0.32 0 0.27 0.65
HSL 130.34º 0.19% 0.3% -
HSV(B) 130.34º 0.32% 0.35% -
XYZ 6.56 8.7 6.49 -
YUV 78.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 61 90 66 0.32 0 0.27 0.65 130.34 0.19 0.3
Hex 3D 5A 42 20 0 1B 41 82 13 1E
Octal 75 132 102 40 0 33 101 202 23 36
Binary 111101 1011010 1000010 100000 0 11011 1000001 10000010 10011 11110

Color Harmonies of #3D5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5A42

Black with #3D5A42

Text Example


Text Example

White with #3D5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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