Html Css Color HEX #45776D Dark Green Copper

📋 copy color: '#45776D'

red 69 ◦ green 119 ◦ blue 109

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

Shades of Dark Green Copper #45776D

Tints of Dark Green Copper #45776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 23.23%
G = 40.07%
B = 36.7%

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

#45776D (or 0x45776D) is known color: Dark Green Copper. HEX triplet: 45, 77 and 6D. RGB value is (69,119,109). Sum of RGB (Red+Green+Blue) = 69+119+109=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #45776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45776D is #BA8892. Grayscale: #666666. Windows color (decimal): -12224659 or 7173957. OLE color: 7173957.

HSL color Cylindrical-coordinate representation of color #45776D: hue angle of 168º 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 #45776D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 109 -
CMYK 0.42 0 0.08 0.53
HSL 168º 0.27% 0.37% -
HSV(B) 168º 0.42% 0.47% -
XYZ 11.81 15.56 16.85 -
YUV 102.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 69 119 109 0.42 0 0.08 0.53 168 0.27 0.37
Hex 45 77 6D 2A 0 8 35 A8 1B 25
Octal 105 167 155 52 0 10 65 250 33 45
Binary 1000101 1110111 1101101 101010 0 1000 110101 10101000 11011 100101

Color Harmonies of #45776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45776D

Black with #45776D

Text Example


Text Example

White with #45776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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