#40692B

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

Shades of Dell #40692B

Tints of Dell #40692B

Color information

#40692B (or 0x40692B) is unknown color: approx Dell. HEX triplet: 40, 69 and 2B. RGB value is (64,105,43). Sum of RGB (Red+Green+Blue) = 64+105+43=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #40692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40692B is #BF96D4. Grayscale: #555555. Windows color (decimal): -12555989 or 2844992. OLE color: 2844992.

HSL color Cylindrical-coordinate representation of color #40692B: hue angle of 99.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40692B is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB6410543-
CMYK0.3900.590.59
HSL99.68º41.89%29.02%-
HSV(B)99.68º59.05%41.18%-
XYZ7.611.374.08-
YUV85.67103.92112.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=30.19%
G=49.53%
B=20.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105430.3900.590.5999.6841.8929.02
Hex40692B2703B3B642a1d
Octal1001515347073731445235
Binary100000011010011010111001110111011111011110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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