Html Css Color HEX #447570 Dark Green Copper

📋 copy color: '#447570'

red 68 ◦ green 117 ◦ blue 112

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

Shades of Dark Green Copper #447570

Tints of Dark Green Copper #447570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 22.9%
G = 39.39%
B = 37.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#447570 (or 0x447570) is known color: Dark Green Copper. HEX triplet: 44, 75 and 70. RGB value is (68,117,112). Sum of RGB (Red+Green+Blue) = 68+117+112=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #447570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447570 is #BB8A8F. Grayscale: #656565. Windows color (decimal): -12290704 or 7370052. OLE color: 7370052.

HSL color Cylindrical-coordinate representation of color #447570: hue angle of 173.88º degrees, saturation: 0.26, 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 #447570 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 112 -
CMYK 0.42 0 0.04 0.54
HSL 173.88º 0.26% 0.36% -
HSV(B) 173.88º 0.42% 0.46% -
XYZ 11.67 15.12 17.63 -
YUV 101.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 68 117 112 0.42 0 0.04 0.54 173.88 0.26 0.36
Hex 44 75 70 2A 0 4 36 AE 1A 24
Octal 104 165 160 52 0 4 66 256 32 44
Binary 1000100 1110101 1110000 101010 0 100 110110 10101110 11010 100100

Color Harmonies of #447570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447570

Black with #447570

Text Example


Text Example

White with #447570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447570; }

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

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

background-color css

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

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

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

border-color css

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

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

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