Html Css Color HEX #3D603F Hunter Green

📋 copy color: '#3D603F'

red 61 ◦ green 96 ◦ blue 63

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

Shades of Hunter Green #3D603F

Tints of Hunter Green #3D603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.64%

R = 27.73%
G = 43.64%
B = 28.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#3D603F (or 0x3D603F) is known color: Hunter Green. HEX triplet: 3D, 60 and 3F. RGB value is (61,96,63). Sum of RGB (Red+Green+Blue) = 61+96+63=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #3D603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D603F is #C29FC0. Grayscale: #515151. Windows color (decimal): -12754881 or 4153405. OLE color: 4153405.

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

Color convert

RGB 61 96 63 -
CMYK 0.36 0 0.34 0.62
HSL 123.43º 0.22% 0.31% -
HSV(B) 123.43º 0.36% 0.38% -
XYZ 7 9.72 6.21 -
YUV 81.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 61 96 63 0.36 0 0.34 0.62 123.43 0.22 0.31
Hex 3D 60 3F 24 0 22 3E 7B 16 1F
Octal 75 140 77 44 0 42 76 173 26 37
Binary 111101 1100000 111111 100100 0 100010 111110 1111011 10110 11111

Color Harmonies of #3D603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D603F

Black with #3D603F

Text Example


Text Example

White with #3D603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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