#446932

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

Shades of Dell #446932

Tints of Dell #446932

Color information

#446932 (or 0x446932) is unknown color: approx Dell. HEX triplet: 44, 69 and 32. RGB value is (68,105,50). Sum of RGB (Red+Green+Blue) = 68+105+50=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #446932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446932 is #BB96CD. Grayscale: #575757. Windows color (decimal): -12293838 or 3303748. OLE color: 3303748.

HSL color Cylindrical-coordinate representation of color #446932: hue angle of 100.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #446932 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB6810550-
CMYK0.3500.520.59
HSL100.36º35.48%30.39%-
HSV(B)100.36º52.38%41.18%-
XYZ8.0111.564.83-
YUV87.67106.74113.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=30.49%
G=47.09%
B=22.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68105500.3500.520.59100.3635.4830.39
Hex446932230343B64231e
Octal1041516243064731444336
Binary100010011010011100101000110110100111011110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446932; }

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

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

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

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

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

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

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

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