#3E611A

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

Shades of Dell #3E611A

Tints of Dell #3E611A

Color information

#3E611A (or 0x3E611A) is unknown color: approx Dell. HEX triplet: 3E, 61 and 1A. RGB value is (62,97,26). Sum of RGB (Red+Green+Blue) = 62+97+26=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #3E611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E611A is #C19EE5. Grayscale: #4E4E4E. Windows color (decimal): -12689126 or 1728830. OLE color: 1728830.

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

Color convert

RGB629726-
CMYK0.3600.730.62
HSL89.58º57.72%24.12%-
HSV(B)89.58º73.2%38.04%-
XYZ6.459.652.5-
YUV78.4498.4116.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=33.51%
G=52.43%
B=14.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6297260.3600.730.6289.5857.7224.12
Hex3E611A240493E5a3a18
Octal7614132440111761327230
Binary11111011000011101010010001001001111110101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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