#3E601B

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

Shades of Dell #3E601B

Tints of Dell #3E601B

Color information

#3E601B (or 0x3E601B) is unknown color: approx Dell. HEX triplet: 3E, 60 and 1B. RGB value is (62,96,27). Sum of RGB (Red+Green+Blue) = 62+96+27=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #3E601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E601B is #C19FE4. Grayscale: #4E4E4E. Windows color (decimal): -12689381 or 1794110. OLE color: 1794110.

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

Color convert

RGB629627-
CMYK0.3500.720.62
HSL89.57º56.1%24.12%-
HSV(B)89.57º71.88%37.65%-
XYZ6.379.472.53-
YUV77.9799.24116.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=33.51%
G=51.89%
B=14.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296270.3500.720.6289.5756.124.12
Hex3E601B230483E5a3818
Octal7614033430110761327030
Binary11111011000001101110001101001000111110101101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,27); }

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

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

 a { background-color: rgb(62,96,27); }

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

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

 span { border-color: rgb(62,96,27); }

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