#427163

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

Shades of Dark Green Copper #427163

Tints of Dark Green Copper #427163

Color information

#427163 (or 0x427163) is unknown color: approx Dark Green Copper. HEX triplet: 42, 71 and 63. RGB value is (66,113,99). Sum of RGB (Red+Green+Blue) = 66+113+99=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #427163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427163 is #BD8E9C. Grayscale: #616161. Windows color (decimal): -12422813 or 6517058. OLE color: 6517058.

HSL color Cylindrical-coordinate representation of color #427163: hue angle of 162.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427163 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB6611399-
CMYK0.4200.120.56
HSL162.13º26.26%35.1%-
HSV(B)162.13º41.59%44.31%-
XYZ10.413.8713.93-
YUV97.35128.93105.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=23.74%
G=40.65%
B=35.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113990.4200.120.56162.1326.2635.1
Hex4271632A0C38a21a23
Octal10216114352014702423243
Binary100001011100011100011101010011001110001010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427163; }

 p { color: rgb(66,113,99); }

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

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

 a { background-color: rgb(66,113,99); }

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

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

 span { border-color: rgb(66,113,99); }

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