Html Css Color HEX #467670 Dark Green Copper

📋 copy color: '#467670'

red 70 ◦ green 118 ◦ blue 112

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

Shades of Dark Green Copper #467670

Tints of Dark Green Copper #467670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

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

R = 23.33%
G = 39.33%
B = 37.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#467670 (or 0x467670) is known color: Dark Green Copper. HEX triplet: 46, 76 and 70. RGB value is (70,118,112). Sum of RGB (Red+Green+Blue) = 70+118+112=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #467670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467670 is #B9898F. Grayscale: #666666. Windows color (decimal): -12159376 or 7370310. OLE color: 7370310.

HSL color Cylindrical-coordinate representation of color #467670: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467670 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 112 -
CMYK 0.41 0 0.05 0.54
HSL 172.5º 0.26% 0.37% -
HSV(B) 172.5º 0.41% 0.46% -
XYZ 11.93 15.43 17.68 -
YUV 102.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 70 118 112 0.41 0 0.05 0.54 172.5 0.26 0.37
Hex 46 76 70 29 0 5 36 AC 1A 25
Octal 106 166 160 51 0 5 66 254 32 45
Binary 1000110 1110110 1110000 101001 0 101 110110 10101100 11010 100101

Color Harmonies of #467670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467670

Black with #467670

Text Example


Text Example

White with #467670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467670; }

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

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

background-color css

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

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

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

border-color css

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

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

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