Html Css Color HEX #4D7A6E Dark Green Copper

📋 copy color: '#4D7A6E'

red 77 ◦ green 122 ◦ blue 110

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

Shades of Dark Green Copper #4D7A6E

Tints of Dark Green Copper #4D7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 24.92%
G = 39.48%
B = 35.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#4D7A6E (or 0x4D7A6E) is known color: Dark Green Copper. HEX triplet: 4D, 7A and 6E. RGB value is (77,122,110). Sum of RGB (Red+Green+Blue) = 77+122+110=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7A6E is #B28591. Grayscale: #6B6B6B. Windows color (decimal): -11699602 or 7240269. OLE color: 7240269.

HSL color Cylindrical-coordinate representation of color #4D7A6E: hue angle of 164º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7A6E is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 122 110 -
CMYK 0.37 0 0.10 0.52
HSL 164º 0.23% 0.39% -
HSV(B) 164º 0.37% 0.48% -
XYZ 12.83 16.62 17.28 -
YUV 107.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 77 122 110 0.37 0 0.10 0.52 164 0.23 0.39
Hex 4D 7A 6E 25 0 A 34 A4 17 27
Octal 115 172 156 45 0 12 64 244 27 47
Binary 1001101 1111010 1101110 100101 0 1010 110100 10100100 10111 100111

Color Harmonies of #4D7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7A6E

Black with #4D7A6E

Text Example


Text Example

White with #4D7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,122,110); }

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

background-color css

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

 a { background-color: rgb(77,122,110); }

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

border-color css

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

 span { border-color: rgb(77,122,110); }

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