Html Css Color HEX #45776B Dark Green Copper

📋 copy color: '#45776B'

red 69 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #45776B

Tints of Dark Green Copper #45776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 23.39%
G = 40.34%
B = 36.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#45776B (or 0x45776B) is known color: Dark Green Copper. HEX triplet: 45, 77 and 6B. RGB value is (69,119,107). Sum of RGB (Red+Green+Blue) = 69+119+107=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #45776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45776B is #BA8894. Grayscale: #666666. Windows color (decimal): -12224661 or 7042885. OLE color: 7042885.

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

Color convert

RGB 69 119 107 -
CMYK 0.42 0 0.10 0.53
HSL 165.6º 0.27% 0.37% -
HSV(B) 165.6º 0.42% 0.47% -
XYZ 11.7 15.52 16.29 -
YUV 102.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 69 119 107 0.42 0 0.10 0.53 165.6 0.27 0.37
Hex 45 77 6B 2A 0 A 35 A6 1B 25
Octal 105 167 153 52 0 12 65 246 33 45
Binary 1000101 1110111 1101011 101010 0 1010 110101 10100110 11011 100101

Color Harmonies of #45776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45776B

Black with #45776B

Text Example


Text Example

White with #45776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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