#416615

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

Shades of Dell #416615

Tints of Dell #416615

Color information

#416615 (or 0x416615) is unknown color: approx Dell. HEX triplet: 41, 66 and 15. RGB value is (65,102,21). Sum of RGB (Red+Green+Blue) = 65+102+21=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #416615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416615 is #BE99EA. Grayscale: #515151. Windows color (decimal): -12491243 or 1402433. OLE color: 1402433.

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

Color convert

RGB6510221-
CMYK0.3600.790.6
HSL87.41º65.85%24.12%-
HSV(B)87.41º79.41%40%-
XYZ7.0710.682.4-
YUV81.793.74116.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=34.57%
G=54.26%
B=11.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102210.3600.790.687.4165.8524.12
Hex4166152404F3C574218
Octal101146254401177412710230
Binary1000001110011010101100100010011111111001010111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416615; }

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

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

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

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

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

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

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

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