#446135

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

Shades of Dell #446135

Tints of Dell #446135

Color information

#446135 (or 0x446135) is unknown color: approx Dell. HEX triplet: 44, 61 and 35. RGB value is (68,97,53). Sum of RGB (Red+Green+Blue) = 68+97+53=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #446135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446135 is #BB9ECA. Grayscale: #535353. Windows color (decimal): -12295883 or 3498308. OLE color: 3498308.

HSL color Cylindrical-coordinate representation of color #446135: hue angle of 99.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #446135 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB689753-
CMYK0.3000.450.62
HSL99.55º29.33%29.41%-
HSV(B)99.55º45.36%38.04%-
XYZ7.310.044.92-
YUV83.31110.89117.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=31.19%
G=44.50%
B=24.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897530.3000.450.6299.5529.3329.41
Hex4461351E02D3E641d1d
Octal1041416536055761443535
Binary1000100110000111010111110010110111111011001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446135; }

 p { color: rgb(68,97,53); }

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

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

 a { background-color: rgb(68,97,53); }

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

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

 span { border-color: rgb(68,97,53); }

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