Html Css Color HEX #467974 Dark Green Copper

📋 copy color: '#467974'

red 70 ◦ green 121 ◦ blue 116

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

Shades of Dark Green Copper #467974

Tints of Dark Green Copper #467974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 22.8%
G = 39.41%
B = 37.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#467974 (or 0x467974) is known color: Dark Green Copper. HEX triplet: 46, 79 and 74. RGB value is (70,121,116). Sum of RGB (Red+Green+Blue) = 70+121+116=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #467974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467974 is #B9868B. Grayscale: #696969. Windows color (decimal): -12158604 or 7633222. OLE color: 7633222.

HSL color Cylindrical-coordinate representation of color #467974: hue angle of 174.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467974 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 116 -
CMYK 0.42 0 0.04 0.53
HSL 174.12º 0.27% 0.37% -
HSV(B) 174.12º 0.42% 0.47% -
XYZ 12.52 16.24 19 -
YUV 105.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 70 121 116 0.42 0 0.04 0.53 174.12 0.27 0.37
Hex 46 79 74 2A 0 4 35 AE 1B 25
Octal 106 171 164 52 0 4 65 256 33 45
Binary 1000110 1111001 1110100 101010 0 100 110101 10101110 11011 100101

Color Harmonies of #467974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467974

Black with #467974

Text Example


Text Example

White with #467974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467974; }

 p { color: rgb(70,121,116); }

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

background-color css

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

 a { background-color: rgb(70,121,116); }

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

border-color css

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

 span { border-color: rgb(70,121,116); }

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