#427369

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

Shades of Dark Green Copper #427369

Tints of Dark Green Copper #427369

Color information

#427369 (or 0x427369) is unknown color: approx Dark Green Copper. HEX triplet: 42, 73 and 69. RGB value is (66,115,105). Sum of RGB (Red+Green+Blue) = 66+115+105=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #427369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427369 is #BD8C96. Grayscale: #636363. Windows color (decimal): -12422295 or 6910786. OLE color: 6910786.

HSL color Cylindrical-coordinate representation of color #427369: hue angle of 167.76º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427369 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB66115105-
CMYK0.4300.090.55
HSL167.76º27.07%35.49%-
HSV(B)167.76º42.61%45.1%-
XYZ10.9314.4415.58-
YUV99.21131.27104.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=23.08%
G=40.21%
B=36.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661151050.4300.090.55167.7627.0735.49
Hex4273692B0937a81b23
Octal10216315153011672503343
Binary100001011100111101001101011010011101111010100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427369; }

 p { color: rgb(66,115,105); }

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

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

 a { background-color: rgb(66,115,105); }

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

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

 span { border-color: rgb(66,115,105); }

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