#4C7A6E

Color #4C7A6E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4C7A6E

Tints of Dark Green Copper #4C7A6E

Color information

#4C7A6E (or 0x4C7A6E) is unknown color: approx 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

RGB76122110-
CMYK0.3800.100.52
HSL164.35º23.23%38.82%-
HSV(B)164.35º37.7%47.84%-
XYZ12.7516.5817.28-
YUV106.88129.76105.98-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761221100.3800.100.52164.3523.2338.82
Hex4C7A6E260A34a41727
Octal11417215646012642442747
Binary100110011110101101110100110010101101001010010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>