#41701C

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

Shades of Dell #41701C

Tints of Dell #41701C

Color information

#41701C (or 0x41701C) is unknown color: approx Dell. HEX triplet: 41, 70 and 1C. RGB value is (65,112,28). Sum of RGB (Red+Green+Blue) = 65+112+28=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #41701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41701C is #BE8FE3. Grayscale: #585858. Windows color (decimal): -12488676 or 1863745. OLE color: 1863745.

HSL color Cylindrical-coordinate representation of color #41701C: hue angle of 93.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41701C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB6511228-
CMYK0.4200.750.56
HSL93.57º60%27.45%-
HSV(B)93.57º75%43.92%-
XYZ8.1812.83.14-
YUV88.3793.93111.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=31.71%
G=54.63%
B=13.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112280.4200.750.5693.576027.45
Hex41701C2A04B385e3c1b
Octal10116034520113701367433
Binary100000111100001110010101001001011111000101111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41701C; }

 p { color: rgb(65,112,28); }

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

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

 a { background-color: rgb(65,112,28); }

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

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

 span { border-color: rgb(65,112,28); }

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