#40612D

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

Shades of Dell #40612D

Tints of Dell #40612D

Color information

#40612D (or 0x40612D) is unknown color: approx Dell. HEX triplet: 40, 61 and 2D. RGB value is (64,97,45). Sum of RGB (Red+Green+Blue) = 64+97+45=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #40612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40612D is #BF9ED2. Grayscale: #515151. Windows color (decimal): -12558035 or 2974016. OLE color: 2974016.

HSL color Cylindrical-coordinate representation of color #40612D: hue angle of 98.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40612D is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB649745-
CMYK0.3400.540.62
HSL98.08º36.62%27.84%-
HSV(B)98.08º53.61%38.04%-
XYZ6.869.834.02-
YUV81.2107.57115.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=31.07%
G=47.09%
B=21.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497450.3400.540.6298.0836.6227.84
Hex40612D220363E62251c
Octal1001415542066761424534
Binary100000011000011011011000100110110111110110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40612D; }

 p { color: rgb(64,97,45); }

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

<style>
 a { background-color: #40612D; }

 a { background-color: rgb(64,97,45); }

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

<style>
 span { border-color: #40612D; }

 span { border-color: rgb(64,97,45); }

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