#417026

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

Shades of Dell #417026

Tints of Dell #417026

Color information

#417026 (or 0x417026) is unknown color: approx Dell. HEX triplet: 41, 70 and 26. RGB value is (65,112,38). Sum of RGB (Red+Green+Blue) = 65+112+38=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #417026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417026 is #BE8FD9. Grayscale: #595959. Windows color (decimal): -12488666 or 2519105. OLE color: 2519105.

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

Color convert

RGB6511238-
CMYK0.4200.660.56
HSL98.11º49.33%29.41%-
HSV(B)98.11º66.07%43.92%-
XYZ8.3212.853.88-
YUV89.5198.93110.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=30.23%
G=52.09%
B=17.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112380.4200.660.5698.1149.3329.41
Hex4170262A0423862311d
Octal10116046520102701426135
Binary1000001111000010011010101001000010111000110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417026; }

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

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

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

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

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

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

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

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