#3E621A

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

Shades of Dell #3E621A

Tints of Dell #3E621A

Color information

#3E621A (or 0x3E621A) is unknown color: approx Dell. HEX triplet: 3E, 62 and 1A. RGB value is (62,98,26). Sum of RGB (Red+Green+Blue) = 62+98+26=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #3E621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E621A is #C19DE5. Grayscale: #4F4F4F. Windows color (decimal): -12688870 or 1729086. OLE color: 1729086.

HSL color Cylindrical-coordinate representation of color #3E621A: hue angle of 90º 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 #3E621A is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB629826-
CMYK0.3700.730.62
HSL90º58.06%24.31%-
HSV(B)90º73.47%38.43%-
XYZ6.549.832.53-
YUV79.0398.07115.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=33.33%
G=52.69%
B=13.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6298260.3700.730.629058.0624.31
Hex3E621A250493E5a3a18
Octal7614232450111761327230
Binary11111011000101101010010101001001111110101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E621A; }

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

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

<style>
 a { background-color: #3E621A; }

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

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

<style>
 span { border-color: #3E621A; }

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

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