Html Css Color HEX #448076 Dark Green Copper

📋 copy color: '#448076'

red 68 ◦ green 128 ◦ blue 118

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

Shades of Dark Green Copper #448076

Tints of Dark Green Copper #448076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 21.66%
G = 40.76%
B = 37.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#448076 (or 0x448076) is known color: Dark Green Copper. HEX triplet: 44, 80 and 76. RGB value is (68,128,118). Sum of RGB (Red+Green+Blue) = 68+128+118=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #448076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448076 is #BB7F89. Grayscale: #6C6C6C. Windows color (decimal): -12287882 or 7766084. OLE color: 7766084.

HSL color Cylindrical-coordinate representation of color #448076: hue angle of 170º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448076 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 118 -
CMYK 0.47 0 0.08 0.50
HSL 170º 0.31% 0.38% -
HSV(B) 170º 0.47% 0.5% -
XYZ 13.37 17.98 19.9 -
YUV 108.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 68 128 118 0.47 0 0.08 0.50 170 0.31 0.38
Hex 44 80 76 2F 0 8 32 AA 1F 26
Octal 104 200 166 57 0 10 62 252 37 46
Binary 1000100 10000000 1110110 101111 0 1000 110010 10101010 11111 100110

Color Harmonies of #448076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448076

Black with #448076

Text Example


Text Example

White with #448076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448076; }

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

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

background-color css

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

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

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

border-color css

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

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

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