#446425

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

Shades of Dell #446425

Tints of Dell #446425

Color information

#446425 (or 0x446425) is unknown color: approx Dell. HEX triplet: 44, 64 and 25. RGB value is (68,100,37). Sum of RGB (Red+Green+Blue) = 68+100+37=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #446425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446425 is #BB9BDA. Grayscale: #535353. Windows color (decimal): -12295131 or 2450500. OLE color: 2450500.

HSL color Cylindrical-coordinate representation of color #446425: hue angle of 90.48º 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 #446425 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB6810037-
CMYK0.3200.630.61
HSL90.48º45.99%26.86%-
HSV(B)90.48º63%39.22%-
XYZ7.2710.483.39-
YUV83.25101.9117.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=33.17%
G=48.78%
B=18.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100370.3200.630.6190.4845.9926.86
Hex4464252003F3D5a2e1b
Octal1041444540077751325633
Binary100010011001001001011000000111111111101101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446425; }

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

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

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

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

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

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

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

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