Html Css Color HEX #457971 Dark Green Copper

📋 copy color: '#457971'

red 69 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #457971

Tints of Dark Green Copper #457971

RGB

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

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

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

R = 22.77%
G = 39.93%
B = 37.29%

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

#457971 (or 0x457971) is known color: Dark Green Copper. HEX triplet: 45, 79 and 71. RGB value is (69,121,113). Sum of RGB (Red+Green+Blue) = 69+121+113=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #457971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457971 is #BA868E. Grayscale: #686868. Windows color (decimal): -12224143 or 7436613. OLE color: 7436613.

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

Color convert

RGB 69 121 113 -
CMYK 0.43 0 0.07 0.53
HSL 170.77º 0.27% 0.37% -
HSV(B) 170.77º 0.43% 0.47% -
XYZ 12.27 16.13 18.09 -
YUV 104.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 69 121 113 0.43 0 0.07 0.53 170.77 0.27 0.37
Hex 45 79 71 2B 0 7 35 AB 1B 25
Octal 105 171 161 53 0 7 65 253 33 45
Binary 1000101 1111001 1110001 101011 0 111 110101 10101011 11011 100101

Color Harmonies of #457971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457971

Black with #457971

Text Example


Text Example

White with #457971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457971; }

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

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

background-color css

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

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

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

border-color css

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

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

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