#41651B

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

Shades of Dell #41651B

Tints of Dell #41651B

Color information

#41651B (or 0x41651B) is unknown color: approx Dell. HEX triplet: 41, 65 and 1B. RGB value is (65,101,27). Sum of RGB (Red+Green+Blue) = 65+101+27=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #41651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41651B is #BE9AE4. Grayscale: #525252. Windows color (decimal): -12491493 or 1795393. OLE color: 1795393.

HSL color Cylindrical-coordinate representation of color #41651B: hue angle of 89.19º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41651B is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB6510127-
CMYK0.3600.730.60
HSL89.19º57.81%25.1%-
HSV(B)89.19º73.27%39.61%-
XYZ7.0310.512.7-
YUV81.897.07116.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=33.68%
G=52.33%
B=13.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101270.3600.730.6089.1957.8125.1
Hex41651B240493C593a19
Octal10114533440111741317231
Binary100000111001011101110010001001001111100101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41651B; }

 p { color: rgb(65,101,27); }

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

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

 a { background-color: rgb(65,101,27); }

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

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

 span { border-color: rgb(65,101,27); }

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