Html Css Color HEX #468074 Dark Green Copper

📋 copy color: '#468074'

red 70 ◦ green 128 ◦ blue 116

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

Shades of Dark Green Copper #468074

Tints of Dark Green Copper #468074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

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

R = 22.29%
G = 40.76%
B = 36.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#468074 (or 0x468074) is known color: Dark Green Copper. HEX triplet: 46, 80 and 74. RGB value is (70,128,116). Sum of RGB (Red+Green+Blue) = 70+128+116=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #468074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468074 is #B97F8B. Grayscale: #6D6D6D. Windows color (decimal): -12156812 or 7635014. OLE color: 7635014.

HSL color Cylindrical-coordinate representation of color #468074: hue angle of 167.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468074 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 116 -
CMYK 0.45 0 0.09 0.50
HSL 167.59º 0.29% 0.39% -
HSV(B) 167.59º 0.45% 0.5% -
XYZ 13.4 18 19.29 -
YUV 109.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 70 128 116 0.45 0 0.09 0.50 167.59 0.29 0.39
Hex 46 80 74 2D 0 9 32 A8 1D 27
Octal 106 200 164 55 0 11 62 250 35 47
Binary 1000110 10000000 1110100 101101 0 1001 110010 10101000 11101 100111

Color Harmonies of #468074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468074

Black with #468074

Text Example


Text Example

White with #468074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468074; }

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

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

background-color css

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

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

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

border-color css

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

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

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