Html Css Color HEX #448075 Dark Green Copper

📋 copy color: '#448075'

red 68 ◦ green 128 ◦ blue 117

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

Shades of Dark Green Copper #448075

Tints of Dark Green Copper #448075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 21.73%
G = 40.89%
B = 37.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#448075 (or 0x448075) is known color: Dark Green Copper. HEX triplet: 44, 80 and 75. RGB value is (68,128,117). Sum of RGB (Red+Green+Blue) = 68+128+117=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #448075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448075 is #BB7F8A. Grayscale: #6C6C6C. Windows color (decimal): -12287883 or 7700548. OLE color: 7700548.

HSL color Cylindrical-coordinate representation of color #448075: hue angle of 169º 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 #448075 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 117 -
CMYK 0.47 0 0.09 0.50
HSL 169º 0.31% 0.38% -
HSV(B) 169º 0.47% 0.5% -
XYZ 13.31 17.95 19.59 -
YUV 108.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 68 128 117 0.47 0 0.09 0.50 169 0.31 0.38
Hex 44 80 75 2F 0 9 32 A9 1F 26
Octal 104 200 165 57 0 11 62 251 37 46
Binary 1000100 10000000 1110101 101111 0 1001 110010 10101001 11111 100110

Color Harmonies of #448075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448075

Black with #448075

Text Example


Text Example

White with #448075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448075; }

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

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

background-color css

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

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

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

border-color css

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

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

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