Html Css Color HEX #457C73 Dark Green Copper

📋 copy color: '#457C73'

red 69 ◦ green 124 ◦ blue 115

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

Shades of Dark Green Copper #457C73

Tints of Dark Green Copper #457C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 22.4%
G = 40.26%
B = 37.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#457C73 (or 0x457C73) is known color: Dark Green Copper. HEX triplet: 45, 7C and 73. RGB value is (69,124,115). Sum of RGB (Red+Green+Blue) = 69+124+115=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #457C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C73 is #BA838C. Grayscale: #6A6A6A. Windows color (decimal): -12223373 or 7568453. OLE color: 7568453.

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

Color convert

RGB 69 124 115 -
CMYK 0.44 0 0.07 0.51
HSL 170.18º 0.28% 0.38% -
HSV(B) 170.18º 0.44% 0.49% -
XYZ 12.76 16.92 18.81 -
YUV 106.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 69 124 115 0.44 0 0.07 0.51 170.18 0.28 0.38
Hex 45 7C 73 2C 0 7 33 AA 1C 26
Octal 105 174 163 54 0 7 63 252 34 46
Binary 1000101 1111100 1110011 101100 0 111 110011 10101010 11100 100110

Color Harmonies of #457C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457C73

Black with #457C73

Text Example


Text Example

White with #457C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,124,115); }

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

background-color css

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

 a { background-color: rgb(69,124,115); }

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

border-color css

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

 span { border-color: rgb(69,124,115); }

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