#427B73

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

Shades of Dark Green Copper #427B73

Tints of Dark Green Copper #427B73

Color information

#427B73 (or 0x427B73) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7B and 73. RGB value is (66,123,115). Sum of RGB (Red+Green+Blue) = 66+123+115=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #427B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B73 is #BD848C. Grayscale: #696969. Windows color (decimal): -12420237 or 7568194. OLE color: 7568194.

HSL color Cylindrical-coordinate representation of color #427B73: hue angle of 171.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B73 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB66123115-
CMYK0.4600.070.52
HSL171.58º30.16%37.06%-
HSV(B)171.58º46.34%48.24%-
XYZ12.4216.5618.76-
YUV105.04133.62100.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=21.71%
G=40.46%
B=37.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661231150.4600.070.52171.5830.1637.06
Hex427B732E0734ac1e25
Octal1021731635607642543645
Binary10000101111011111001110111001111101001010110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B73; }

 p { color: rgb(66,123,115); }

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

<style>
 a { background-color: #427B73; }

 a { background-color: rgb(66,123,115); }

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

<style>
 span { border-color: #427B73; }

 span { border-color: rgb(66,123,115); }

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