#447026

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

Shades of Dell #447026

Tints of Dell #447026

Color information

#447026 (or 0x447026) is unknown color: approx Dell. HEX triplet: 44, 70 and 26. RGB value is (68,112,38). Sum of RGB (Red+Green+Blue) = 68+112+38=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #447026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447026 is #BB8FD9. Grayscale: #5A5A5A. Windows color (decimal): -12292058 or 2519108. OLE color: 2519108.

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

Color convert

RGB6811238-
CMYK0.3900.660.56
HSL95.68º49.33%29.41%-
HSV(B)95.68º66.07%43.92%-
XYZ8.5312.963.89-
YUV90.4198.42112.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=31.19%
G=51.38%
B=17.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112380.3900.660.5695.6849.3329.41
Hex447026270423860311d
Octal10416046470102701406135
Binary1000100111000010011010011101000010111000110000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447026; }

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

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

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

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

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

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

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

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