Html Css Color HEX #457970 Dark Green Copper

📋 copy color: '#457970'

red 69 ◦ green 121 ◦ blue 112

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

Shades of Dark Green Copper #457970

Tints of Dark Green Copper #457970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 22.85%
G = 40.07%
B = 37.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#457970 (or 0x457970) is known color: Dark Green Copper. HEX triplet: 45, 79 and 70. RGB value is (69,121,112). Sum of RGB (Red+Green+Blue) = 69+121+112=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #457970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457970 is #BA868F. Grayscale: #686868. Windows color (decimal): -12224144 or 7371077. OLE color: 7371077.

HSL color Cylindrical-coordinate representation of color #457970: hue angle of 169.62º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457970 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 121 112 -
CMYK 0.43 0 0.07 0.53
HSL 169.62º 0.27% 0.37% -
HSV(B) 169.62º 0.43% 0.47% -
XYZ 12.22 16.11 17.79 -
YUV 104.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 69 121 112 0.43 0 0.07 0.53 169.62 0.27 0.37
Hex 45 79 70 2B 0 7 35 AA 1B 25
Octal 105 171 160 53 0 7 65 252 33 45
Binary 1000101 1111001 1110000 101011 0 111 110101 10101010 11011 100101

Color Harmonies of #457970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457970

Black with #457970

Text Example


Text Example

White with #457970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457970; }

 p { color: rgb(69,121,112); }

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

background-color css

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

 a { background-color: rgb(69,121,112); }

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

border-color css

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

 span { border-color: rgb(69,121,112); }

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