Html Css Color HEX #44766A Dark Green Copper

📋 copy color: '#44766A'

red 68 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #44766A

Tints of Dark Green Copper #44766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 23.29%
G = 40.41%
B = 36.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#44766A (or 0x44766A) is known color: Dark Green Copper. HEX triplet: 44, 76 and 6A. RGB value is (68,118,106). Sum of RGB (Red+Green+Blue) = 68+118+106=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #44766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766A is #BB8995. Grayscale: #656565. Windows color (decimal): -12290454 or 6977092. OLE color: 6977092.

HSL color Cylindrical-coordinate representation of color #44766A: hue angle of 165.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44766A is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 118 106 -
CMYK 0.42 0 0.10 0.54
HSL 165.6º 0.27% 0.36% -
HSV(B) 165.6º 0.42% 0.46% -
XYZ 11.46 15.23 15.97 -
YUV 101.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 68 118 106 0.42 0 0.10 0.54 165.6 0.27 0.36
Hex 44 76 6A 2A 0 A 36 A6 1B 24
Octal 104 166 152 52 0 12 66 246 33 44
Binary 1000100 1110110 1101010 101010 0 1010 110110 10100110 11011 100100

Color Harmonies of #44766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44766A

Black with #44766A

Text Example


Text Example

White with #44766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44766A; }

 p { color: rgb(68,118,106); }

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

background-color css

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

 a { background-color: rgb(68,118,106); }

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

border-color css

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

 span { border-color: rgb(68,118,106); }

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