#40621A

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

Shades of Dell #40621A

Tints of Dell #40621A

Color information

#40621A (or 0x40621A) is unknown color: approx Dell. HEX triplet: 40, 62 and 1A. RGB value is (64,98,26). Sum of RGB (Red+Green+Blue) = 64+98+26=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #40621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40621A is #BF9DE5. Grayscale: #4F4F4F. Windows color (decimal): -12557798 or 1729088. OLE color: 1729088.

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

Color convert

RGB649826-
CMYK0.3500.730.62
HSL88.33º58.06%24.31%-
HSV(B)88.33º73.47%38.43%-
XYZ6.679.92.54-
YUV79.6397.74116.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=34.04%
G=52.13%
B=13.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498260.3500.730.6288.3358.0624.31
Hex40621A230493E583a18
Octal10014232430111761307230
Binary100000011000101101010001101001001111110101100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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