Html Css Color HEX #4C7A6E Dark Green Copper

📋 copy color: '#4C7A6E'

red 76 ◦ green 122 ◦ blue 110

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

Shades of Dark Green Copper #4C7A6E

Tints of Dark Green Copper #4C7A6E

RGB

 RED value IS 76 (30.08% from 255) = 24.68%

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

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

R = 24.68%
G = 39.61%
B = 35.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#4C7A6E (or 0x4C7A6E) is known color: Dark Green Copper. HEX triplet: 4C, 7A and 6E. RGB value is (76,122,110). Sum of RGB (Red+Green+Blue) = 76+122+110=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A6E is #B38591. Grayscale: #6A6A6A. Windows color (decimal): -11765138 or 7240268. OLE color: 7240268.

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

Color convert

RGB 76 122 110 -
CMYK 0.38 0 0.10 0.52
HSL 164.35º 0.23% 0.39% -
HSV(B) 164.35º 0.38% 0.48% -
XYZ 12.75 16.58 17.28 -
YUV 106.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 76 122 110 0.38 0 0.10 0.52 164.35 0.23 0.39
Hex 4C 7A 6E 26 0 A 34 A4 17 27
Octal 114 172 156 46 0 12 64 244 27 47
Binary 1001100 1111010 1101110 100110 0 1010 110100 10100100 10111 100111

Color Harmonies of #4C7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A6E

Black with #4C7A6E

Text Example


Text Example

White with #4C7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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