#427B72

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

Shades of Dark Green Copper #427B72

Tints of Dark Green Copper #427B72

Color information

#427B72 (or 0x427B72) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7B and 72. RGB value is (66,123,114). Sum of RGB (Red+Green+Blue) = 66+123+114=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #427B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B72 is #BD848D. Grayscale: #686868. Windows color (decimal): -12420238 or 7502658. OLE color: 7502658.

HSL color Cylindrical-coordinate representation of color #427B72: hue angle of 170.53º 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 #427B72 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB66123114-
CMYK0.4600.070.52
HSL170.53º30.16%37.06%-
HSV(B)170.53º46.34%48.24%-
XYZ12.3716.5418.46-
YUV104.93133.12100.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=21.78%
G=40.59%
B=37.62%

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
Decimal661231140.4600.070.52170.5330.1637.06
Hex427B722E0734ab1e25
Octal1021731625607642533645
Binary10000101111011111001010111001111101001010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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