#416D27

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

Shades of Dell #416D27

Tints of Dell #416D27

Color information

#416D27 (or 0x416D27) is unknown color: approx Dell. HEX triplet: 41, 6D and 27. RGB value is (65,109,39). Sum of RGB (Red+Green+Blue) = 65+109+39=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #416D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D27 is #BE92D8. Grayscale: #585858. Windows color (decimal): -12489433 or 2583873. OLE color: 2583873.

HSL color Cylindrical-coordinate representation of color #416D27: hue angle of 97.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #416D27 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB6510939-
CMYK0.4000.640.57
HSL97.71º47.3%29.02%-
HSV(B)97.71º64.22%42.75%-
XYZ8.0112.213.85-
YUV87.86100.42111.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=30.52%
G=51.17%
B=18.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65109390.4000.640.5797.7147.329.02
Hex416D272804039622f1d
Octal10115547500100711425735
Binary1000001110110110011110100001000000111001110001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D27; }

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

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

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

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

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

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

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

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