#427770

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

Shades of Dark Green Copper #427770

Tints of Dark Green Copper #427770

Color information

#427770 (or 0x427770) is unknown color: approx Dark Green Copper. HEX triplet: 42, 77 and 70. RGB value is (66,119,112). Sum of RGB (Red+Green+Blue) = 66+119+112=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #427770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427770 is #BD888F. Grayscale: #666666. Windows color (decimal): -12421264 or 7370562. OLE color: 7370562.

HSL color Cylindrical-coordinate representation of color #427770: hue angle of 172.08º 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 #427770 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB66119112-
CMYK0.4500.060.53
HSL172.08º28.65%36.27%-
HSV(B)172.08º44.54%46.67%-
XYZ11.7715.5217.7-
YUV102.35133.44102.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=22.22%
G=40.07%
B=37.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191120.4500.060.53172.0828.6536.27
Hex4277702D0635ac1d24
Octal1021671605506652543544
Binary10000101110111111000010110101101101011010110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427770; }

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

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

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

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

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

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

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

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