#41701F

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

Shades of Dell #41701F

Tints of Dell #41701F

Color information

#41701F (or 0x41701F) is unknown color: approx Dell. HEX triplet: 41, 70 and 1F. RGB value is (65,112,31). Sum of RGB (Red+Green+Blue) = 65+112+31=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #41701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41701F is #BE8FE0. Grayscale: #585858. Windows color (decimal): -12488673 or 2060353. OLE color: 2060353.

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

Color convert

RGB6511231-
CMYK0.4200.720.56
HSL94.81º56.64%28.04%-
HSV(B)94.81º72.32%43.92%-
XYZ8.2212.813.34-
YUV88.7195.43111.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=31.25%
G=53.85%
B=14.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112310.4200.720.5694.8156.6428.04
Hex41701F2A048385f391c
Octal10116037520110701377134
Binary100000111100001111110101001001000111000101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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