Html Css Color HEX #458074 Dark Green Copper

📋 copy color: '#458074'

red 69 ◦ green 128 ◦ blue 116

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

Shades of Dark Green Copper #458074

Tints of Dark Green Copper #458074

RGB

 RED value IS 69 (27.34% from 255) = 22.04%

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

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

R = 22.04%
G = 40.89%
B = 37.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#458074 (or 0x458074) is known color: Dark Green Copper. HEX triplet: 45, 80 and 74. RGB value is (69,128,116). Sum of RGB (Red+Green+Blue) = 69+128+116=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #458074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458074 is #BA7F8B. Grayscale: #6C6C6C. Windows color (decimal): -12222348 or 7635013. OLE color: 7635013.

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

Color convert

RGB 69 128 116 -
CMYK 0.46 0 0.09 0.50
HSL 167.8º 0.3% 0.39% -
HSV(B) 167.8º 0.46% 0.5% -
XYZ 13.33 17.96 19.29 -
YUV 108.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 69 128 116 0.46 0 0.09 0.50 167.8 0.3 0.39
Hex 45 80 74 2E 0 9 32 A8 1E 27
Octal 105 200 164 56 0 11 62 250 36 47
Binary 1000101 10000000 1110100 101110 0 1001 110010 10101000 11110 100111

Color Harmonies of #458074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458074

Black with #458074

Text Example


Text Example

White with #458074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458074; }

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

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

background-color css

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

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

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

border-color css

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

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

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