#416030

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

Shades of Dell #416030

Tints of Dell #416030

Color information

#416030 (or 0x416030) is unknown color: approx Dell. HEX triplet: 41, 60 and 30. RGB value is (65,96,48). Sum of RGB (Red+Green+Blue) = 65+96+48=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #416030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416030 is #BE9FCF. Grayscale: #515151. Windows color (decimal): -12492752 or 3170369. OLE color: 3170369.

HSL color Cylindrical-coordinate representation of color #416030: hue angle of 98.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416030 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB659648-
CMYK0.3200.500.62
HSL98.75º33.33%28.24%-
HSV(B)98.75º50%37.65%-
XYZ6.99.74.31-
YUV81.26109.23116.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=31.10%
G=45.93%
B=22.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596480.3200.500.6298.7533.3328.24
Hex416030200323E63211c
Octal1011406040062761434134
Binary100000111000001100001000000110010111110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416030; }

 p { color: rgb(65,96,48); }

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

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

 a { background-color: rgb(65,96,48); }

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

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

 span { border-color: rgb(65,96,48); }

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