#4A6D68

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

Shades of Dark Green Copper #4A6D68

Tints of Dark Green Copper #4A6D68

Color information

#4A6D68 (or 0x4A6D68) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 6D and 68. RGB value is (74,109,104). Sum of RGB (Red+Green+Blue) = 74+109+104=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D68 is #B59297. Grayscale: #616161. Windows color (decimal): -11899544 or 6843722. OLE color: 6843722.

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

Color convert

RGB74109104-
CMYK0.3200.050.57
HSL171.43º19.13%35.88%-
HSV(B)171.43º32.11%42.75%-
XYZ10.7913.3915.11-
YUV97.96131.4110.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=25.78%
G=37.98%
B=36.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal741091040.3200.050.57171.4319.1335.88
Hex4A6D68200539ab1324
Octal1121551504005712532344
Binary10010101101101110100010000001011110011010101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,109,104); }

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

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

 a { background-color: rgb(74,109,104); }

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

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

 span { border-color: rgb(74,109,104); }

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