#416827

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

Shades of Dell #416827

Tints of Dell #416827

Color information

#416827 (or 0x416827) is unknown color: approx Dell. HEX triplet: 41, 68 and 27. RGB value is (65,104,39). Sum of RGB (Red+Green+Blue) = 65+104+39=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #416827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416827 is #BE97D8. Grayscale: #555555. Windows color (decimal): -12490713 or 2582593. OLE color: 2582593.

HSL color Cylindrical-coordinate representation of color #416827: hue angle of 96º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416827 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB6510439-
CMYK0.3800.620.59
HSL96º45.45%28.04%-
HSV(B)96º62.5%40.78%-
XYZ7.511.173.68-
YUV84.93102.08113.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=31.25%
G=50%
B=18.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104390.3800.620.599645.4528.04
Hex4168272603E3B602d1c
Octal1011504746076731405534
Binary100000111010001001111001100111110111011110000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416827; }

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

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

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

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

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

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

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

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