Html Css Color HEX #457C71 Dark Green Copper

📋 copy color: '#457C71'

red 69 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #457C71

Tints of Dark Green Copper #457C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 22.55%
G = 40.52%
B = 36.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#457C71 (or 0x457C71) is known color: Dark Green Copper. HEX triplet: 45, 7C and 71. RGB value is (69,124,113). Sum of RGB (Red+Green+Blue) = 69+124+113=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #457C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C71 is #BA838E. Grayscale: #6A6A6A. Windows color (decimal): -12223375 or 7437381. OLE color: 7437381.

HSL color Cylindrical-coordinate representation of color #457C71: hue angle of 168º 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 #457C71 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 124 113 -
CMYK 0.44 0 0.09 0.51
HSL 168º 0.28% 0.38% -
HSV(B) 168º 0.44% 0.49% -
XYZ 12.64 16.87 18.21 -
YUV 106.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 69 124 113 0.44 0 0.09 0.51 168 0.28 0.38
Hex 45 7C 71 2C 0 9 33 A8 1C 26
Octal 105 174 161 54 0 11 63 250 34 46
Binary 1000101 1111100 1110001 101100 0 1001 110011 10101000 11100 100110

Color Harmonies of #457C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457C71

Black with #457C71

Text Example


Text Example

White with #457C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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