#40621E

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

Shades of Dell #40621E

Tints of Dell #40621E

Color information

#40621E (or 0x40621E) is unknown color: approx Dell. HEX triplet: 40, 62 and 1E. RGB value is (64,98,30). Sum of RGB (Red+Green+Blue) = 64+98+30=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #40621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40621E is #BF9DE1. Grayscale: #505050. Windows color (decimal): -12557794 or 1991232. OLE color: 1991232.

HSL color Cylindrical-coordinate representation of color #40621E: hue angle of 90º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40621E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB649830-
CMYK0.3500.690.62
HSL90º53.12%25.1%-
HSV(B)90º69.39%38.43%-
XYZ6.729.922.79-
YUV80.0899.74116.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=33.33%
G=51.04%
B=15.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498300.3500.690.629053.1225.1
Hex40621E230453E5a3519
Octal10014236430105761326531
Binary100000011000101111010001101000101111110101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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