#416b26

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

Shades of Dell #416B26

Tints of Dell #416B26

Color information

#416B26 (or 0x416B26) is unknown color: approx Dell. HEX triplet: 41, 6B and 26. RGB value is (65,107,38). Sum of RGB (Red+Green+Blue) = 65+107+38=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #416B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B26 is #BE94D9. Grayscale: #565656. Windows color (decimal): -12489946 or 2517825. OLE color: 2517825.

HSL color Cylindrical-coordinate representation of color #416B26: hue angle of 96.52º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #416B26 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB6510738-
CMYK0.3900.640.58
HSL96.52º47.59%28.43%-
HSV(B)96.52º64.49%41.96%-
XYZ7.7911.783.7-
YUV86.58100.59112.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=30.95%
G=50.95%
B=18.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107380.3900.640.5896.5247.5928.43
Hex416B26270403A61301c
Octal10115346470100721416034
Binary1000001110101110011010011101000000111010110000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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