Html Css Color HEX #457063 Dark Green Copper

📋 copy color: '#457063'

red 69 ◦ green 112 ◦ blue 99

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

Shades of Dark Green Copper #457063

Tints of Dark Green Copper #457063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 24.64%
G = 40%
B = 35.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#457063 (or 0x457063) is known color: Dark Green Copper. HEX triplet: 45, 70 and 63. RGB value is (69,112,99). Sum of RGB (Red+Green+Blue) = 69+112+99=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #457063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457063 is #BA8F9C. Grayscale: #616161. Windows color (decimal): -12226461 or 6516805. OLE color: 6516805.

HSL color Cylindrical-coordinate representation of color #457063: hue angle of 161.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #457063 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 99 -
CMYK 0.38 0 0.12 0.56
HSL 161.86º 0.24% 0.35% -
HSV(B) 161.86º 0.38% 0.44% -
XYZ 10.5 13.75 13.91 -
YUV 97.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 69 112 99 0.38 0 0.12 0.56 161.86 0.24 0.35
Hex 45 70 63 26 0 C 38 A2 18 23
Octal 105 160 143 46 0 14 70 242 30 43
Binary 1000101 1110000 1100011 100110 0 1100 111000 10100010 11000 100011

Color Harmonies of #457063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457063

Black with #457063

Text Example


Text Example

White with #457063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457063; }

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

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

background-color css

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

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

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

border-color css

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

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

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