#426623

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

Shades of Dell #426623

Tints of Dell #426623

Color information

#426623 (or 0x426623) is unknown color: approx Dell. HEX triplet: 42, 66 and 23. RGB value is (66,102,35). Sum of RGB (Red+Green+Blue) = 66+102+35=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #426623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426623 is #BD99DC. Grayscale: #535353. Windows color (decimal): -12425693 or 2319938. OLE color: 2319938.

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

Color convert

RGB6610235-
CMYK0.3500.660.6
HSL92.24º48.91%26.86%-
HSV(B)92.24º65.69%40%-
XYZ7.310.783.29-
YUV83.6100.57115.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=32.51%
G=50.25%
B=17.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102350.3500.660.692.2448.9126.86
Hex426623230423C5c311b
Octal10214643430102741346133
Binary1000010110011010001110001101000010111100101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426623; }

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

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

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

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

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

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

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

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