#426523

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

Shades of Dell #426523

Tints of Dell #426523

Color information

#426523 (or 0x426523) is unknown color: approx Dell. HEX triplet: 42, 65 and 23. RGB value is (66,101,35). Sum of RGB (Red+Green+Blue) = 66+101+35=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #426523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426523 is #BD9ADC. Grayscale: #535353. Windows color (decimal): -12425949 or 2319682. OLE color: 2319682.

HSL color Cylindrical-coordinate representation of color #426523: hue angle of 91.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426523 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB6610135-
CMYK0.3500.650.60
HSL91.82º48.53%26.67%-
HSV(B)91.82º65.35%39.61%-
XYZ7.210.593.25-
YUV83.01100.9115.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=32.67%
G=50%
B=17.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101350.3500.650.6091.8248.5326.67
Hex426523230413C5c311b
Octal10214543430101741346133
Binary1000010110010110001110001101000001111100101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426523; }

 p { color: rgb(66,101,35); }

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

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

 a { background-color: rgb(66,101,35); }

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

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

 span { border-color: rgb(66,101,35); }

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