Html Css Color HEX #467570 Dark Green Copper

📋 copy color: '#467570'

red 70 ◦ green 117 ◦ blue 112

#467570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #467570

Tints of Dark Green Copper #467570

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 23.41%
G = 39.13%
B = 37.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#467570 (or 0x467570) is known color: Dark Green Copper. HEX triplet: 46, 75 and 70. RGB value is (70,117,112). Sum of RGB (Red+Green+Blue) = 70+117+112=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #467570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467570 is #B98A8F. Grayscale: #666666. Windows color (decimal): -12159632 or 7370054. OLE color: 7370054.

HSL color Cylindrical-coordinate representation of color #467570: hue angle of 173.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467570 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 112 -
CMYK 0.40 0 0.04 0.54
HSL 173.62º 0.25% 0.37% -
HSV(B) 173.62º 0.4% 0.46% -
XYZ 11.81 15.19 17.64 -
YUV 102.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 70 117 112 0.40 0 0.04 0.54 173.62 0.25 0.37
Hex 46 75 70 28 0 4 36 AE 19 25
Octal 106 165 160 50 0 4 66 256 31 45
Binary 1000110 1110101 1110000 101000 0 100 110110 10101110 11001 100101

Color Harmonies of #467570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467570

Black with #467570

Text Example


Text Example

White with #467570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467570; }

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

 H1.HeaderClassName
 {
   color: #467570;
 }
 .AnyTagClassName
 {
   color: #467570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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