Html Css Color HEX #457669 Dark Green Copper

📋 copy color: '#457669'

red 69 ◦ green 118 ◦ blue 105

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

Shades of Dark Green Copper #457669

Tints of Dark Green Copper #457669

RGB

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

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

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

R = 23.63%
G = 40.41%
B = 35.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#457669 (or 0x457669) is known color: Dark Green Copper. HEX triplet: 45, 76 and 69. RGB value is (69,118,105). Sum of RGB (Red+Green+Blue) = 69+118+105=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #457669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457669 is #BA8996. Grayscale: #656565. Windows color (decimal): -12224919 or 6911557. OLE color: 6911557.

HSL color Cylindrical-coordinate representation of color #457669: hue angle of 164.08º 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 #457669 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 105 -
CMYK 0.42 0 0.11 0.54
HSL 164.08º 0.26% 0.37% -
HSV(B) 164.08º 0.42% 0.46% -
XYZ 11.48 15.24 15.7 -
YUV 101.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 69 118 105 0.42 0 0.11 0.54 164.08 0.26 0.37
Hex 45 76 69 2A 0 B 36 A4 1A 25
Octal 105 166 151 52 0 13 66 244 32 45
Binary 1000101 1110110 1101001 101010 0 1011 110110 10100100 11010 100101

Color Harmonies of #457669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457669

Black with #457669

Text Example


Text Example

White with #457669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457669; }

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

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

background-color css

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

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

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

border-color css

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

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

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