#426919

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

Shades of Dell #426919

Tints of Dell #426919

Color information

#426919 (or 0x426919) is unknown color: approx Dell. HEX triplet: 42, 69 and 19. RGB value is (66,105,25). Sum of RGB (Red+Green+Blue) = 66+105+25=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #426919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426919 is #BD96E6. Grayscale: #545454. Windows color (decimal): -12424935 or 1665346. OLE color: 1665346.

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

Color convert

RGB6610525-
CMYK0.3700.760.59
HSL89.25º61.54%25.49%-
HSV(B)89.25º76.19%41.18%-
XYZ7.4711.332.71-
YUV84.2294.58115-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=33.67%
G=53.57%
B=12.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105250.3700.760.5989.2561.5425.49
Hex4269192504C3B593e19
Octal10215131450114731317631
Binary100001011010011100110010101001100111011101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426919; }

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

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

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

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

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

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

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

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