#40691E

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

Shades of Dell #40691E

Tints of Dell #40691E

Color information

#40691E (or 0x40691E) is unknown color: approx Dell. HEX triplet: 40, 69 and 1E. RGB value is (64,105,30). Sum of RGB (Red+Green+Blue) = 64+105+30=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #40691E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40691E is #BF96E1. Grayscale: #545454. Windows color (decimal): -12556002 or 1993024. OLE color: 1993024.

HSL color Cylindrical-coordinate representation of color #40691E: hue angle of 92.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40691E is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB6410530-
CMYK0.3900.710.59
HSL92.8º55.56%26.47%-
HSV(B)92.8º71.43%41.18%-
XYZ7.411.293.02-
YUV84.1997.42113.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=32.16%
G=52.76%
B=15.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105300.3900.710.5992.855.5626.47
Hex40691E270473B5d381a
Octal10015136470107731357032
Binary100000011010011111010011101000111111011101110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40691E; }

 p { color: rgb(64,105,30); }

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

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

 a { background-color: rgb(64,105,30); }

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

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

 span { border-color: rgb(64,105,30); }

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