#447027

Color #447027 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #447027

Tints of Dell #447027

Color information

#447027 (or 0x447027) is unknown color: approx Dell. HEX triplet: 44, 70 and 27. RGB value is (68,112,39). Sum of RGB (Red+Green+Blue) = 68+112+39=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #447027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447027 is #BB8FD8. Grayscale: #5A5A5A. Windows color (decimal): -12292057 or 2584644. OLE color: 2584644.

HSL color Cylindrical-coordinate representation of color #447027: hue angle of 96.16º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447027 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6811239-
CMYK0.3900.650.56
HSL96.16º48.34%29.61%-
HSV(B)96.16º65.18%43.92%-
XYZ8.5412.963.97-
YUV90.5298.92111.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=31.05%
G=51.14%
B=17.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112390.3900.650.5696.1648.3429.61
Hex447027270413860301e
Octal10416047470101701406036
Binary1000100111000010011110011101000001111000110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447027; }

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

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

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

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

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

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

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

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