Html Css Color HEX #457A71 Dark Green Copper

📋 copy color: '#457A71'

red 69 ◦ green 122 ◦ blue 113

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

Shades of Dark Green Copper #457A71

Tints of Dark Green Copper #457A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

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

R = 22.7%
G = 40.13%
B = 37.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#457A71 (or 0x457A71) is known color: Dark Green Copper. HEX triplet: 45, 7A and 71. RGB value is (69,122,113). Sum of RGB (Red+Green+Blue) = 69+122+113=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #457A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A71 is #BA858E. Grayscale: #696969. Windows color (decimal): -12223887 or 7436869. OLE color: 7436869.

HSL color Cylindrical-coordinate representation of color #457A71: hue angle of 169.81º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A71 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 122 113 -
CMYK 0.43 0 0.07 0.52
HSL 169.81º 0.28% 0.37% -
HSV(B) 169.81º 0.43% 0.48% -
XYZ 12.39 16.38 18.13 -
YUV 105.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 69 122 113 0.43 0 0.07 0.52 169.81 0.28 0.37
Hex 45 7A 71 2B 0 7 34 AA 1C 25
Octal 105 172 161 53 0 7 64 252 34 45
Binary 1000101 1111010 1110001 101011 0 111 110100 10101010 11100 100101

Color Harmonies of #457A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457A71

Black with #457A71

Text Example


Text Example

White with #457A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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