#445A30

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

Shades of Dell #445A30

Tints of Dell #445A30

Color information

#445A30 (or 0x445A30) is unknown color: approx Dell. HEX triplet: 44, 5A and 30. RGB value is (68,90,48). Sum of RGB (Red+Green+Blue) = 68+90+48=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #445A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A30 is #BBA5CF. Grayscale: #4E4E4E. Windows color (decimal): -12297680 or 3168836. OLE color: 3168836.

HSL color Cylindrical-coordinate representation of color #445A30: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445A30 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB689048-
CMYK0.2400.470.65
HSL91.43º30.43%27.06%-
HSV(B)91.43º46.67%35.29%-
XYZ6.578.754.14-
YUV78.63110.71120.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=33.01%
G=43.69%
B=23.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890480.2400.470.6591.4330.4327.06
Hex445A301802F415b1e1b
Octal10413260300571011333633
Binary10001001011010110000110000101111100000110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A30; }

 p { color: rgb(68,90,48); }

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

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

 a { background-color: rgb(68,90,48); }

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

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

 span { border-color: rgb(68,90,48); }

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