Html Css Color HEX #457E76 Dark Green Copper

📋 copy color: '#457E76'

red 69 ◦ green 126 ◦ blue 118

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

Shades of Dark Green Copper #457E76

Tints of Dark Green Copper #457E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 22.04%
G = 40.26%
B = 37.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#457E76 (or 0x457E76) is known color: Dark Green Copper. HEX triplet: 45, 7E and 76. RGB value is (69,126,118). Sum of RGB (Red+Green+Blue) = 69+126+118=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #457E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E76 is #BA8189. Grayscale: #6C6C6C. Windows color (decimal): -12222858 or 7765573. OLE color: 7765573.

HSL color Cylindrical-coordinate representation of color #457E76: hue angle of 171.58º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E76 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 126 118 -
CMYK 0.45 0 0.06 0.51
HSL 171.58º 0.29% 0.38% -
HSV(B) 171.58º 0.45% 0.49% -
XYZ 13.19 17.49 19.82 -
YUV 108.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 69 126 118 0.45 0 0.06 0.51 171.58 0.29 0.38
Hex 45 7E 76 2D 0 6 33 AC 1D 26
Octal 105 176 166 55 0 6 63 254 35 46
Binary 1000101 1111110 1110110 101101 0 110 110011 10101100 11101 100110

Color Harmonies of #457E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457E76

Black with #457E76

Text Example


Text Example

White with #457E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457E76; }

 p { color: rgb(69,126,118); }

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

background-color css

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

 a { background-color: rgb(69,126,118); }

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

border-color css

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

 span { border-color: rgb(69,126,118); }

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