Html Css Color HEX #45776E Dark Green Copper

📋 copy color: '#45776E'

red 69 ◦ green 119 ◦ blue 110

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

Shades of Dark Green Copper #45776E

Tints of Dark Green Copper #45776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 23.15%
G = 39.93%
B = 36.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#45776E (or 0x45776E) is known color: Dark Green Copper. HEX triplet: 45, 77 and 6E. RGB value is (69,119,110). Sum of RGB (Red+Green+Blue) = 69+119+110=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #45776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45776E is #BA8891. Grayscale: #676767. Windows color (decimal): -12224658 or 7239493. OLE color: 7239493.

HSL color Cylindrical-coordinate representation of color #45776E: hue angle of 169.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45776E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 110 -
CMYK 0.42 0 0.08 0.53
HSL 169.2º 0.27% 0.37% -
HSV(B) 169.2º 0.42% 0.47% -
XYZ 11.87 15.58 17.13 -
YUV 103.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 69 119 110 0.42 0 0.08 0.53 169.2 0.27 0.37
Hex 45 77 6E 2A 0 8 35 A9 1B 25
Octal 105 167 156 52 0 10 65 251 33 45
Binary 1000101 1110111 1101110 101010 0 1000 110101 10101001 11011 100101

Color Harmonies of #45776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45776E

Black with #45776E

Text Example


Text Example

White with #45776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45776E; }

 p { color: rgb(69,119,110); }

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

background-color css

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

 a { background-color: rgb(69,119,110); }

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

border-color css

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

 span { border-color: rgb(69,119,110); }

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