Html Css Color HEX #44776B Dark Green Copper

📋 copy color: '#44776B'

red 68 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #44776B

Tints of Dark Green Copper #44776B

RGB

 RED value IS 68 (26.95% from 255) = 23.13%

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

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

R = 23.13%
G = 40.48%
B = 36.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#44776B (or 0x44776B) is known color: Dark Green Copper. HEX triplet: 44, 77 and 6B. RGB value is (68,119,107). Sum of RGB (Red+Green+Blue) = 68+119+107=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #44776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44776B is #BB8894. Grayscale: #666666. Windows color (decimal): -12290197 or 7042884. OLE color: 7042884.

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

Color convert

RGB 68 119 107 -
CMYK 0.43 0 0.10 0.53
HSL 165.88º 0.27% 0.37% -
HSV(B) 165.88º 0.43% 0.47% -
XYZ 11.63 15.48 16.29 -
YUV 102.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 68 119 107 0.43 0 0.10 0.53 165.88 0.27 0.37
Hex 44 77 6B 2B 0 A 35 A6 1B 25
Octal 104 167 153 53 0 12 65 246 33 45
Binary 1000100 1110111 1101011 101011 0 1010 110101 10100110 11011 100101

Color Harmonies of #44776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44776B

Black with #44776B

Text Example


Text Example

White with #44776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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