#426226

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

Shades of Dell #426226

Tints of Dell #426226

Color information

#426226 (or 0x426226) is unknown color: approx Dell. HEX triplet: 42, 62 and 26. RGB value is (66,98,38). Sum of RGB (Red+Green+Blue) = 66+98+38=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #426226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426226 is #BD9DD9. Grayscale: #515151. Windows color (decimal): -12426714 or 2515522. OLE color: 2515522.

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

Color convert

RGB669838-
CMYK0.3300.610.62
HSL92º44.12%26.67%-
HSV(B)92º61.22%38.43%-
XYZ6.9610.033.4-
YUV81.59103.4116.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=32.67%
G=48.51%
B=18.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698380.3300.610.629244.1226.67
Hex4262262103D3E5c2c1b
Octal1021424641075761345433
Binary100001011000101001101000010111101111110101110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426226; }

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

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

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

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

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

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

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

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