#446325

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

Shades of Dell #446325

Tints of Dell #446325

Color information

#446325 (or 0x446325) is unknown color: approx Dell. HEX triplet: 44, 63 and 25. RGB value is (68,99,37). Sum of RGB (Red+Green+Blue) = 68+99+37=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #446325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446325 is #BB9CDA. Grayscale: #525252. Windows color (decimal): -12295387 or 2450244. OLE color: 2450244.

HSL color Cylindrical-coordinate representation of color #446325: hue angle of 90º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446325 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB689937-
CMYK0.3100.630.61
HSL90º45.59%26.67%-
HSV(B)90º62.63%38.82%-
XYZ7.1810.293.36-
YUV82.66102.23117.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=33.33%
G=48.53%
B=18.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899370.3100.630.619045.5926.67
Hex4463251F03F3D5a2e1b
Octal1041434537077751325633
Binary10001001100011100101111110111111111101101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446325; }

 p { color: rgb(68,99,37); }

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

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

 a { background-color: rgb(68,99,37); }

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

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

 span { border-color: rgb(68,99,37); }

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