#416628

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

Shades of Dell #416628

Tints of Dell #416628

Color information

#416628 (or 0x416628) is unknown color: approx Dell. HEX triplet: 41, 66 and 28. RGB value is (65,102,40). Sum of RGB (Red+Green+Blue) = 65+102+40=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #416628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416628 is #BE99D7. Grayscale: #545454. Windows color (decimal): -12491224 or 2647617. OLE color: 2647617.

HSL color Cylindrical-coordinate representation of color #416628: hue angle of 95.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416628 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB6510240-
CMYK0.3600.610.6
HSL95.81º43.66%27.84%-
HSV(B)95.81º60.78%40%-
XYZ7.3110.783.7-
YUV83.87103.24114.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=31.40%
G=49.28%
B=19.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102400.3600.610.695.8143.6627.84
Hex4166282403D3C602c1c
Octal1011465044075741405434
Binary100000111001101010001001000111101111100110000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416628; }

 p { color: rgb(65,102,40); }

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

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

 a { background-color: rgb(65,102,40); }

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

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

 span { border-color: rgb(65,102,40); }

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