#426231

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

Shades of Dell #426231

Tints of Dell #426231

Color information

#426231 (or 0x426231) is unknown color: approx Dell. HEX triplet: 42, 62 and 31. RGB value is (66,98,49). Sum of RGB (Red+Green+Blue) = 66+98+49=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #426231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426231 is #BD9DCE. Grayscale: #535353. Windows color (decimal): -12426703 or 3236418. OLE color: 3236418.

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

Color convert

RGB669849-
CMYK0.3300.50.62
HSL99.18º33.33%28.82%-
HSV(B)99.18º50%38.43%-
XYZ7.1710.124.48-
YUV82.85108.9115.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=30.99%
G=46.01%
B=23.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698490.3300.50.6299.1833.3328.82
Hex426231210323E63211d
Octal1021426141062761434135
Binary100001011000101100011000010110010111110110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426231; }

 p { color: rgb(66,98,49); }

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

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

 a { background-color: rgb(66,98,49); }

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

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

 span { border-color: rgb(66,98,49); }

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