#426921

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

Shades of Dell #426921

Tints of Dell #426921

Color information

#426921 (or 0x426921) is unknown color: approx Dell. HEX triplet: 42, 69 and 21. RGB value is (66,105,33). Sum of RGB (Red+Green+Blue) = 66+105+33=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #426921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426921 is #BD96DE. Grayscale: #555555. Windows color (decimal): -12424927 or 2189634. OLE color: 2189634.

HSL color Cylindrical-coordinate representation of color #426921: hue angle of 92.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426921 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB6610533-
CMYK0.3700.690.59
HSL92.5º52.17%27.06%-
HSV(B)92.5º68.57%41.18%-
XYZ7.5711.373.23-
YUV85.1398.58114.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=32.35%
G=51.47%
B=16.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105330.3700.690.5992.552.1727.06
Hex426921250453B5c341b
Octal10215141450105731346433
Binary1000010110100110000110010101000101111011101110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426921; }

 p { color: rgb(66,105,33); }

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

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

 a { background-color: rgb(66,105,33); }

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

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

 span { border-color: rgb(66,105,33); }

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