#417019

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

Shades of Dell #417019

Tints of Dell #417019

Color information

#417019 (or 0x417019) is unknown color: approx Dell. HEX triplet: 41, 70 and 19. RGB value is (65,112,25). Sum of RGB (Red+Green+Blue) = 65+112+25=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #417019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417019 is #BE8FE6. Grayscale: #585858. Windows color (decimal): -12488679 or 1667137. OLE color: 1667137.

HSL color Cylindrical-coordinate representation of color #417019: hue angle of 92.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #417019 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB6511225-
CMYK0.4200.780.56
HSL92.41º63.5%26.86%-
HSV(B)92.41º77.68%43.92%-
XYZ8.1512.782.96-
YUV88.0392.43111.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=32.18%
G=55.45%
B=12.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112250.4200.780.5692.4163.526.86
Hex4170192A04E385c401b
Octal101160315201167013410033
Binary1000001111000011001101010010011101110001011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417019; }

 p { color: rgb(65,112,25); }

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

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

 a { background-color: rgb(65,112,25); }

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

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

 span { border-color: rgb(65,112,25); }

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