#4C6E69

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

Shades of Dark Green Copper #4C6E69

Tints of Dark Green Copper #4C6E69

Color information

#4C6E69 (or 0x4C6E69) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 6E and 69. RGB value is (76,110,105). Sum of RGB (Red+Green+Blue) = 76+110+105=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6E69 is #B39196. Grayscale: #636363. Windows color (decimal): -11768215 or 6909516. OLE color: 6909516.

HSL color Cylindrical-coordinate representation of color #4C6E69: hue angle of 171.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C6E69 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB76110105-
CMYK0.3100.050.57
HSL171.18º18.28%36.47%-
HSV(B)171.18º30.91%43.14%-
XYZ11.1113.7115.43-
YUV99.26131.24111.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=26.12%
G=37.80%
B=36.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal761101050.3100.050.57171.1818.2836.47
Hex4C6E691F0539ab1224
Octal1141561513705712532244
Binary1001100110111011010011111101011110011010101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6E69;
 }
 .AnyTagClassName
 {
   color: #4C6E69;
 }
</style>
background-color css

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

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

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

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

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

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