#426331

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

Shades of Dell #426331

Tints of Dell #426331

Color information

#426331 (or 0x426331) is unknown color: approx Dell. HEX triplet: 42, 63 and 31. RGB value is (66,99,49). Sum of RGB (Red+Green+Blue) = 66+99+49=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #426331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426331 is #BD9CCE. Grayscale: #535353. Windows color (decimal): -12426447 or 3236674. OLE color: 3236674.

HSL color Cylindrical-coordinate representation of color #426331: hue angle of 99.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426331 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB669949-
CMYK0.3300.510.61
HSL99.6º33.78%29.02%-
HSV(B)99.6º50.51%38.82%-
XYZ7.2610.34.51-
YUV83.43108.57115.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=30.84%
G=46.26%
B=22.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699490.3300.510.6199.633.7829.02
Hex426331210333D64221d
Octal1021436141063751444235
Binary100001011000111100011000010110011111101110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426331; }

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

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

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

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

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

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

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

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