#40661B

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

Shades of Dell #40661B

Tints of Dell #40661B

Color information

#40661B (or 0x40661B) is unknown color: approx Dell. HEX triplet: 40, 66 and 1B. RGB value is (64,102,27). Sum of RGB (Red+Green+Blue) = 64+102+27=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #40661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40661B is #BF99E4. Grayscale: #525252. Windows color (decimal): -12556773 or 1795648. OLE color: 1795648.

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

Color convert

RGB6410227-
CMYK0.3700.740.6
HSL90.4º58.14%25.29%-
HSV(B)90.4º73.53%40%-
XYZ7.0610.672.72-
YUV82.0996.91115.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=33.16%
G=52.85%
B=13.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102270.3700.740.690.458.1425.29
Hex40661B2504A3C5a3a19
Octal10014633450112741327231
Binary100000011001101101110010101001010111100101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,102,27); }

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

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

 a { background-color: rgb(64,102,27); }

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

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

 span { border-color: rgb(64,102,27); }

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