Html Css Color HEX #3D6940 Hunter Green

📋 copy color: '#3D6940'

red 61 ◦ green 105 ◦ blue 64

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

Shades of Hunter Green #3D6940

Tints of Hunter Green #3D6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 26.52%
G = 45.65%
B = 27.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#3D6940 (or 0x3D6940) is known color: Hunter Green. HEX triplet: 3D, 69 and 40. RGB value is (61,105,64). Sum of RGB (Red+Green+Blue) = 61+105+64=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6940 is #C296BF. Grayscale: #575757. Windows color (decimal): -12752576 or 4221245. OLE color: 4221245.

HSL color Cylindrical-coordinate representation of color #3D6940: hue angle of 124.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6940 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 61 105 64 -
CMYK 0.42 0 0.39 0.59
HSL 124.09º 0.27% 0.33% -
HSV(B) 124.09º 0.42% 0.41% -
XYZ 7.9 11.47 6.65 -
YUV 87.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 61 105 64 0.42 0 0.39 0.59 124.09 0.27 0.33
Hex 3D 69 40 2A 0 27 3B 7C 1B 21
Octal 75 151 100 52 0 47 73 174 33 41
Binary 111101 1101001 1000000 101010 0 100111 111011 1111100 11011 100001

Color Harmonies of #3D6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6940

Black with #3D6940

Text Example


Text Example

White with #3D6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,105,64); }

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

background-color css

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

 a { background-color: rgb(61,105,64); }

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

border-color css

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

 span { border-color: rgb(61,105,64); }

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