Html Css Color HEX #457066 Dark Green Copper

📋 copy color: '#457066'

red 69 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #457066

Tints of Dark Green Copper #457066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 24.38%
G = 39.58%
B = 36.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#457066 (or 0x457066) is known color: Dark Green Copper. HEX triplet: 45, 70 and 66. RGB value is (69,112,102). Sum of RGB (Red+Green+Blue) = 69+112+102=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #457066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457066 is #BA8F99. Grayscale: #626262. Windows color (decimal): -12226458 or 6713413. OLE color: 6713413.

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

Color convert

RGB 69 112 102 -
CMYK 0.38 0 0.09 0.56
HSL 166.05º 0.24% 0.35% -
HSV(B) 166.05º 0.38% 0.44% -
XYZ 10.65 13.81 14.68 -
YUV 98 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 69 112 102 0.38 0 0.09 0.56 166.05 0.24 0.35
Hex 45 70 66 26 0 9 38 A6 18 23
Octal 105 160 146 46 0 11 70 246 30 43
Binary 1000101 1110000 1100110 100110 0 1001 111000 10100110 11000 100011

Color Harmonies of #457066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457066

Black with #457066

Text Example


Text Example

White with #457066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457066; }

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

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

background-color css

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

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

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

border-color css

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

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

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