#447369

Color #447369 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #447369

Tints of Dark Green Copper #447369

Color information

#447369 (or 0x447369) is unknown color: approx Dark Green Copper. HEX triplet: 44, 73 and 69. RGB value is (68,115,105). Sum of RGB (Red+Green+Blue) = 68+115+105=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #447369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447369 is #BB8C96. Grayscale: #636363. Windows color (decimal): -12291223 or 6910788. OLE color: 6910788.

HSL color Cylindrical-coordinate representation of color #447369: hue angle of 167.23º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447369 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB68115105-
CMYK0.4100.090.55
HSL167.23º25.68%35.88%-
HSV(B)167.23º40.87%45.1%-
XYZ11.0614.5115.58-
YUV99.81130.93105.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=23.61%
G=39.93%
B=36.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151050.4100.090.55167.2325.6835.88
Hex447369290937a71a24
Octal10416315151011672473244
Binary100010011100111101001101001010011101111010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447369; }

 p { color: rgb(68,115,105); }

 H1.HeaderClassName
 {
   color: #447369;
 }
 .AnyTagClassName
 {
   color: #447369;
 }
</style>
background-color css

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

 a { background-color: rgb(68,115,105); }

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

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

 span { border-color: rgb(68,115,105); }

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