#467A75

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

Shades of Dark Green Copper #467A75

Tints of Dark Green Copper #467A75

Color information

#467A75 (or 0x467A75) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7A and 75. RGB value is (70,122,117). Sum of RGB (Red+Green+Blue) = 70+122+117=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #467A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A75 is #B9858A. Grayscale: #696969. Windows color (decimal): -12158347 or 7699014. OLE color: 7699014.

HSL color Cylindrical-coordinate representation of color #467A75: hue angle of 174.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A75 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB70122117-
CMYK0.4300.040.52
HSL174.23º27.08%37.65%-
HSV(B)174.23º42.62%47.84%-
XYZ12.716.5119.35-
YUV105.88134.27102.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=22.65%
G=39.48%
B=37.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221170.4300.040.52174.2327.0837.65
Hex467A752B0434ae1b26
Octal1061721655304642563346
Binary10001101111010111010110101101001101001010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467A75; }

 p { color: rgb(70,122,117); }

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

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

 a { background-color: rgb(70,122,117); }

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

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

 span { border-color: rgb(70,122,117); }

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