#447226

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

Shades of Dell #447226

Tints of Dell #447226

Color information

#447226 (or 0x447226) is unknown color: approx Dell. HEX triplet: 44, 72 and 26. RGB value is (68,114,38). Sum of RGB (Red+Green+Blue) = 68+114+38=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #447226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447226 is #BB8DD9. Grayscale: #5B5B5B. Windows color (decimal): -12291546 or 2519620. OLE color: 2519620.

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

Color convert

RGB6811438-
CMYK0.4000.670.55
HSL96.32º50%29.8%-
HSV(B)96.32º66.67%44.71%-
XYZ8.7513.43.96-
YUV91.5897.76111.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=30.91%
G=51.82%
B=17.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114380.4000.670.5596.325029.8
Hex447226280433760321e
Octal10416246500103671406236
Binary1000100111001010011010100001000011110111110000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447226; }

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

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

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

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

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

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

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

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