Html Css Color HEX #457470 Dark Green Copper

📋 copy color: '#457470'

red 69 ◦ green 116 ◦ blue 112

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

Shades of Dark Green Copper #457470

Tints of Dark Green Copper #457470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 23.23%
G = 39.06%
B = 37.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#457470 (or 0x457470) is known color: Dark Green Copper. HEX triplet: 45, 74 and 70. RGB value is (69,116,112). Sum of RGB (Red+Green+Blue) = 69+116+112=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #457470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457470 is #BA8B8F. Grayscale: #656565. Windows color (decimal): -12225424 or 7369797. OLE color: 7369797.

HSL color Cylindrical-coordinate representation of color #457470: hue angle of 174.89º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457470 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 112 -
CMYK 0.41 0 0.03 0.55
HSL 174.89º 0.25% 0.36% -
HSV(B) 174.89º 0.41% 0.45% -
XYZ 11.62 14.93 17.6 -
YUV 101.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 69 116 112 0.41 0 0.03 0.55 174.89 0.25 0.36
Hex 45 74 70 29 0 3 37 AF 19 24
Octal 105 164 160 51 0 3 67 257 31 44
Binary 1000101 1110100 1110000 101001 0 11 110111 10101111 11001 100100

Color Harmonies of #457470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457470

Black with #457470

Text Example


Text Example

White with #457470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457470; }

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

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

background-color css

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

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

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

border-color css

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

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

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