#416815

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

Shades of Dell #416815

Tints of Dell #416815

Color information

#416815 (or 0x416815) is unknown color: approx Dell. HEX triplet: 41, 68 and 15. RGB value is (65,104,21). Sum of RGB (Red+Green+Blue) = 65+104+21=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #416815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416815 is #BE97EA. Grayscale: #535353. Windows color (decimal): -12490731 or 1402945. OLE color: 1402945.

HSL color Cylindrical-coordinate representation of color #416815: hue angle of 88.19º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416815 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB6510421-
CMYK0.3800.800.59
HSL88.19º66.4%24.51%-
HSV(B)88.19º79.81%40.78%-
XYZ7.2711.082.46-
YUV82.8893.08115.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=34.21%
G=54.74%
B=11.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104210.3800.800.5988.1966.424.51
Hex416815260503B584219
Octal101150254601207313010231
Binary1000001110100010101100110010100001110111011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416815; }

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

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

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

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

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

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

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

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