#417027

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

Shades of Dell #417027

Tints of Dell #417027

Color information

#417027 (or 0x417027) is unknown color: approx Dell. HEX triplet: 41, 70 and 27. RGB value is (65,112,39). Sum of RGB (Red+Green+Blue) = 65+112+39=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #417027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417027 is #BE8FD8. Grayscale: #595959. Windows color (decimal): -12488665 or 2584641. OLE color: 2584641.

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

Color convert

RGB6511239-
CMYK0.4200.650.56
HSL98.63º48.34%29.61%-
HSV(B)98.63º65.18%43.92%-
XYZ8.3412.863.96-
YUV89.6299.43110.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=30.09%
G=51.85%
B=18.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112390.4200.650.5698.6348.3429.61
Hex4170272A0413863301e
Octal10116047520101701436036
Binary1000001111000010011110101001000001111000110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417027; }

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

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

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

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

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

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

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

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