#447269

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

Shades of Dark Green Copper #447269

Tints of Dark Green Copper #447269

Color information

#447269 (or 0x447269) is unknown color: approx Dark Green Copper. HEX triplet: 44, 72 and 69. RGB value is (68,114,105). Sum of RGB (Red+Green+Blue) = 68+114+105=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #447269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447269 is #BB8D96. Grayscale: #636363. Windows color (decimal): -12291479 or 6910532. OLE color: 6910532.

HSL color Cylindrical-coordinate representation of color #447269: hue angle of 168.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447269 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB68114105-
CMYK0.4000.080.55
HSL168.26º25.27%35.69%-
HSV(B)168.26º40.35%44.71%-
XYZ10.9514.2815.54-
YUV99.22131.26105.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=23.69%
G=39.72%
B=36.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141050.4000.080.55168.2625.2735.69
Hex447269280837a81924
Octal10416215150010672503144
Binary100010011100101101001101000010001101111010100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447269; }

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

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

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

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

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

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

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

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