Html Css Color HEX #457069 Dark Green Copper

📋 copy color: '#457069'

red 69 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #457069

Tints of Dark Green Copper #457069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 24.13%
G = 39.16%
B = 36.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#457069 (or 0x457069) is known color: Dark Green Copper. HEX triplet: 45, 70 and 69. RGB value is (69,112,105). Sum of RGB (Red+Green+Blue) = 69+112+105=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #457069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457069 is #BA8F96. Grayscale: #626262. Windows color (decimal): -12226455 or 6910021. OLE color: 6910021.

HSL color Cylindrical-coordinate representation of color #457069: hue angle of 170.23º 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 #457069 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 105 -
CMYK 0.38 0 0.06 0.56
HSL 170.23º 0.24% 0.35% -
HSV(B) 170.23º 0.38% 0.44% -
XYZ 10.8 13.87 15.47 -
YUV 98.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 69 112 105 0.38 0 0.06 0.56 170.23 0.24 0.35
Hex 45 70 69 26 0 6 38 AA 18 23
Octal 105 160 151 46 0 6 70 252 30 43
Binary 1000101 1110000 1101001 100110 0 110 111000 10101010 11000 100011

Color Harmonies of #457069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457069

Black with #457069

Text Example


Text Example

White with #457069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457069; }

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

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

background-color css

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

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

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

border-color css

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

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

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