Html Css Color HEX #4D6962 Dark Green Copper

📋 copy color: '#4D6962'

red 77 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #4D6962

Tints of Dark Green Copper #4D6962

RGB

 RED value IS 77 (30.47% from 255) = 27.5%

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

 BLUE value IS 98 (38.67% from 255) = 35%

R = 27.5%
G = 37.5%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#4D6962 (or 0x4D6962) is known color: Dark Green Copper. HEX triplet: 4D, 69 and 62. RGB value is (77,105,98). Sum of RGB (Red+Green+Blue) = 77+105+98=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6962 is #B2969D. Grayscale: #5F5F5F. Windows color (decimal): -11703966 or 6449485. OLE color: 6449485.

HSL color Cylindrical-coordinate representation of color #4D6962: hue angle of 165º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6962 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 98 -
CMYK 0.27 0 0.07 0.59
HSL 165º 0.15% 0.36% -
HSV(B) 165º 0.27% 0.41% -
XYZ 10.32 12.56 13.44 -
YUV 95.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 77 105 98 0.27 0 0.07 0.59 165 0.15 0.36
Hex 4D 69 62 1B 0 7 3B A5 F 24
Octal 115 151 142 33 0 7 73 245 17 44
Binary 1001101 1101001 1100010 11011 0 111 111011 10100101 1111 100100

Color Harmonies of #4D6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6962

Black with #4D6962

Text Example


Text Example

White with #4D6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6962; }

 p { color: rgb(77,105,98); }

 H1.HeaderClassName
 {
   color: #4D6962;
 }
 .AnyTagClassName
 {
   color: #4D6962;
 }
</style>

background-color css

<style>
 a { background-color: #4D6962; }

 a { background-color: rgb(77,105,98); }

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

border-color css

<style>
 span { border-color: #4D6962; }

 span { border-color: rgb(77,105,98); }

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