#447227

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

Shades of Dell #447227

Tints of Dell #447227

Color information

#447227 (or 0x447227) is unknown color: approx Dell. HEX triplet: 44, 72 and 27. RGB value is (68,114,39). Sum of RGB (Red+Green+Blue) = 68+114+39=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #447227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447227 is #BB8DD8. Grayscale: #5B5B5B. Windows color (decimal): -12291545 or 2585156. OLE color: 2585156.

HSL color Cylindrical-coordinate representation of color #447227: hue angle of 96.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447227 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB6811439-
CMYK0.4000.660.55
HSL96.8º49.02%30%-
HSV(B)96.8º65.79%44.71%-
XYZ8.7713.414.05-
YUV91.798.26111.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 39 (15.62% from 255) = 17.65%
R=30.77%
G=51.58%
B=17.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114390.4000.660.5596.849.0230
Hex447227280423761311e
Octal10416247500102671416136
Binary1000100111001010011110100001000010110111110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447227; }

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

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

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

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

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

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

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

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