#427772

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

Shades of Dark Green Copper #427772

Tints of Dark Green Copper #427772

Color information

#427772 (or 0x427772) is unknown color: approx Dark Green Copper. HEX triplet: 42, 77 and 72. RGB value is (66,119,114). Sum of RGB (Red+Green+Blue) = 66+119+114=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #427772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427772 is #BD888D. Grayscale: #666666. Windows color (decimal): -12421262 or 7501634. OLE color: 7501634.

HSL color Cylindrical-coordinate representation of color #427772: hue angle of 174.34º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427772 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB66119114-
CMYK0.4500.040.53
HSL174.34º28.65%36.27%-
HSV(B)174.34º44.54%46.67%-
XYZ11.8815.5718.3-
YUV102.58134.44101.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=22.07%
G=39.80%
B=38.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191140.4500.040.53174.3428.6536.27
Hex4277722D0435ae1d24
Octal1021671625504652563544
Binary10000101110111111001010110101001101011010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427772; }

 p { color: rgb(66,119,114); }

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

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

 a { background-color: rgb(66,119,114); }

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

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

 span { border-color: rgb(66,119,114); }

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