#447364

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

Shades of Dark Green Copper #447364

Tints of Dark Green Copper #447364

Color information

#447364 (or 0x447364) is unknown color: approx Dark Green Copper. HEX triplet: 44, 73 and 64. RGB value is (68,115,100). Sum of RGB (Red+Green+Blue) = 68+115+100=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #447364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447364 is #BB8C9B. Grayscale: #636363. Windows color (decimal): -12291228 or 6583108. OLE color: 6583108.

HSL color Cylindrical-coordinate representation of color #447364: hue angle of 160.85º 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 #447364 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB68115100-
CMYK0.4100.130.55
HSL160.85º25.68%35.88%-
HSV(B)160.85º40.87%45.1%-
XYZ10.8114.4114.27-
YUV99.24128.43105.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=24.03%
G=40.64%
B=35.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151000.4100.130.55160.8525.6835.88
Hex447364290D37a11a24
Octal10416314451015672413244
Binary100010011100111100100101001011011101111010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447364; }

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

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

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

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

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

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

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

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