#4F756E

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

Shades of Dark Green Copper #4F756E

Tints of Dark Green Copper #4F756E

Color information

#4F756E (or 0x4F756E) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 75 and 6E. RGB value is (79,117,110). Sum of RGB (Red+Green+Blue) = 79+117+110=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #4F756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F756E is #B08A91. Grayscale: #686868. Windows color (decimal): -11569810 or 7238991. OLE color: 7238991.

HSL color Cylindrical-coordinate representation of color #4F756E: hue angle of 168.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F756E is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB79117110-
CMYK0.3200.060.54
HSL168.95º19.39%38.43%-
HSV(B)168.95º32.48%45.88%-
XYZ12.415.5117.09-
YUV104.84130.91109.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=25.82%
G=38.24%
B=35.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791171100.3200.060.54168.9519.3938.43
Hex4F756E200636a91326
Octal1171651564006662512346
Binary10011111110101110111010000001101101101010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,110); }

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

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

 a { background-color: rgb(79,117,110); }

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

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

 span { border-color: rgb(79,117,110); }

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