#427367

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

Shades of Dark Green Copper #427367

Tints of Dark Green Copper #427367

Color information

#427367 (or 0x427367) is unknown color: approx Dark Green Copper. HEX triplet: 42, 73 and 67. RGB value is (66,115,103). Sum of RGB (Red+Green+Blue) = 66+115+103=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #427367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427367 is #BD8C98. Grayscale: #626262. Windows color (decimal): -12422297 or 6779714. OLE color: 6779714.

HSL color Cylindrical-coordinate representation of color #427367: hue angle of 165.31º 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 #427367 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB66115103-
CMYK0.4300.100.55
HSL165.31º27.07%35.49%-
HSV(B)165.31º42.61%45.1%-
XYZ10.8314.415.04-
YUV98.98130.27104.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=23.24%
G=40.49%
B=36.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661151030.4300.100.55165.3127.0735.49
Hex4273672B0A37a51b23
Octal10216314753012672453343
Binary100001011100111100111101011010101101111010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427367; }

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

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

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

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

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

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

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

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