#447368

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

Shades of Dark Green Copper #447368

Tints of Dark Green Copper #447368

Color information

#447368 (or 0x447368) is unknown color: approx Dark Green Copper. HEX triplet: 44, 73 and 68. RGB value is (68,115,104). Sum of RGB (Red+Green+Blue) = 68+115+104=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #447368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447368 is #BB8C97. Grayscale: #636363. Windows color (decimal): -12291224 or 6845252. OLE color: 6845252.

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

Color convert

RGB68115104-
CMYK0.4100.100.55
HSL165.96º25.68%35.88%-
HSV(B)165.96º40.87%45.1%-
XYZ11.0114.4915.31-
YUV99.69130.43105.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=23.69%
G=40.07%
B=36.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151040.4100.100.55165.9625.6835.88
Hex447368290A37a61a24
Octal10416315051012672463244
Binary100010011100111101000101001010101101111010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447368; }

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

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

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

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

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

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

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

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