#426419

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

Shades of Dell #426419

Tints of Dell #426419

Color information

#426419 (or 0x426419) is unknown color: approx Dell. HEX triplet: 42, 64 and 19. RGB value is (66,100,25). Sum of RGB (Red+Green+Blue) = 66+100+25=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #426419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426419 is #BD9BE6. Grayscale: #515151. Windows color (decimal): -12426215 or 1664066. OLE color: 1664066.

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

Color convert

RGB6610025-
CMYK0.3400.750.61
HSL87.2º60%24.51%-
HSV(B)87.2º75%39.22%-
XYZ6.9810.342.55-
YUV81.2896.24117.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 100 (39.45% from 255) = 52.36%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=34.55%
G=52.36%
B=13.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100250.3400.750.6187.26024.51
Hex4264192204B3D573c19
Octal10214431420113751277431
Binary100001011001001100110001001001011111101101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426419; }

 p { color: rgb(66,100,25); }

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

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

 a { background-color: rgb(66,100,25); }

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

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

 span { border-color: rgb(66,100,25); }

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