Html Css Color HEX #457A72 Dark Green Copper

📋 copy color: '#457A72'

red 69 ◦ green 122 ◦ blue 114

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

Shades of Dark Green Copper #457A72

Tints of Dark Green Copper #457A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 22.62%
G = 40%
B = 37.38%

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

#457A72 (or 0x457A72) is known color: Dark Green Copper. HEX triplet: 45, 7A and 72. RGB value is (69,122,114). Sum of RGB (Red+Green+Blue) = 69+122+114=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #457A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A72 is #BA858D. Grayscale: #696969. Windows color (decimal): -12223886 or 7502405. OLE color: 7502405.

HSL color Cylindrical-coordinate representation of color #457A72: hue angle of 170.94º 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 #457A72 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 122 114 -
CMYK 0.43 0 0.07 0.52
HSL 170.94º 0.28% 0.37% -
HSV(B) 170.94º 0.43% 0.48% -
XYZ 12.45 16.4 18.43 -
YUV 105.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 69 122 114 0.43 0 0.07 0.52 170.94 0.28 0.37
Hex 45 7A 72 2B 0 7 34 AB 1C 25
Octal 105 172 162 53 0 7 64 253 34 45
Binary 1000101 1111010 1110010 101011 0 111 110100 10101011 11100 100101

Color Harmonies of #457A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457A72

Black with #457A72

Text Example


Text Example

White with #457A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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