Html Css Color HEX #3D6141 Hunter Green

📋 copy color: '#3D6141'

red 61 ◦ green 97 ◦ blue 65

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

Shades of Hunter Green #3D6141

Tints of Hunter Green #3D6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

 BLUE value IS 65 (25.78% from 255) = 29.15%

R = 27.35%
G = 43.5%
B = 29.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#3D6141 (or 0x3D6141) is known color: Hunter Green. HEX triplet: 3D, 61 and 41. RGB value is (61,97,65). Sum of RGB (Red+Green+Blue) = 61+97+65=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6141 is #C29EBE. Grayscale: #525252. Windows color (decimal): -12754623 or 4284733. OLE color: 4284733.

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

Color convert

RGB 61 97 65 -
CMYK 0.37 0 0.33 0.62
HSL 126.67º 0.23% 0.31% -
HSV(B) 126.67º 0.37% 0.38% -
XYZ 7.15 9.92 6.54 -
YUV 82.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 61 97 65 0.37 0 0.33 0.62 126.67 0.23 0.31
Hex 3D 61 41 25 0 21 3E 7F 17 1F
Octal 75 141 101 45 0 41 76 177 27 37
Binary 111101 1100001 1000001 100101 0 100001 111110 1111111 10111 11111

Color Harmonies of #3D6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6141

Black with #3D6141

Text Example


Text Example

White with #3D6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,97,65); }

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

background-color css

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

 a { background-color: rgb(61,97,65); }

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

border-color css

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

 span { border-color: rgb(61,97,65); }

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