Html Css Color HEX #457670 Dark Green Copper

📋 copy color: '#457670'

red 69 ◦ green 118 ◦ blue 112

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

Shades of Dark Green Copper #457670

Tints of Dark Green Copper #457670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 23.08%
G = 39.46%
B = 37.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#457670 (or 0x457670) is known color: Dark Green Copper. HEX triplet: 45, 76 and 70. RGB value is (69,118,112). Sum of RGB (Red+Green+Blue) = 69+118+112=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #457670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457670 is #BA898F. Grayscale: #666666. Windows color (decimal): -12224912 or 7370309. OLE color: 7370309.

HSL color Cylindrical-coordinate representation of color #457670: hue angle of 172.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457670 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 112 -
CMYK 0.42 0 0.05 0.54
HSL 172.65º 0.26% 0.37% -
HSV(B) 172.65º 0.42% 0.46% -
XYZ 11.86 15.39 17.68 -
YUV 102.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 69 118 112 0.42 0 0.05 0.54 172.65 0.26 0.37
Hex 45 76 70 2A 0 5 36 AD 1A 25
Octal 105 166 160 52 0 5 66 255 32 45
Binary 1000101 1110110 1110000 101010 0 101 110110 10101101 11010 100101

Color Harmonies of #457670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457670

Black with #457670

Text Example


Text Example

White with #457670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457670; }

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

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

background-color css

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

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

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

border-color css

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

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

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