#40612C

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

Shades of Dell #40612C

Tints of Dell #40612C

Color information

#40612C (or 0x40612C) is unknown color: approx Dell. HEX triplet: 40, 61 and 2C. RGB value is (64,97,44). Sum of RGB (Red+Green+Blue) = 64+97+44=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #40612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40612C is #BF9ED3. Grayscale: #515151. Windows color (decimal): -12558036 or 2908480. OLE color: 2908480.

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

Color convert

RGB649744-
CMYK0.3400.550.62
HSL97.36º37.59%27.65%-
HSV(B)97.36º54.64%38.04%-
XYZ6.849.823.92-
YUV81.09107.07115.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=31.22%
G=47.32%
B=21.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497440.3400.550.6297.3637.5927.65
Hex40612C220373E61261c
Octal1001415442067761414634
Binary100000011000011011001000100110111111110110000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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