#427B75

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

Shades of Dark Green Copper #427B75

Tints of Dark Green Copper #427B75

Color information

#427B75 (or 0x427B75) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7B and 75. RGB value is (66,123,117). Sum of RGB (Red+Green+Blue) = 66+123+117=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #427B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B75 is #BD848A. Grayscale: #696969. Windows color (decimal): -12420235 or 7699266. OLE color: 7699266.

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

Color convert

RGB66123117-
CMYK0.4600.050.52
HSL173.68º30.16%37.06%-
HSV(B)173.68º46.34%48.24%-
XYZ12.5416.6119.37-
YUV105.27134.6299.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=21.57%
G=40.20%
B=38.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661231170.4600.050.52173.6830.1637.06
Hex427B752E0534ae1e25
Octal1021731655605642563645
Binary10000101111011111010110111001011101001010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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