#3E601E

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

Shades of Dell #3E601E

Tints of Dell #3E601E

Color information

#3E601E (or 0x3E601E) is unknown color: approx Dell. HEX triplet: 3E, 60 and 1E. RGB value is (62,96,30). Sum of RGB (Red+Green+Blue) = 62+96+30=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #3E601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E601E is #C19FE1. Grayscale: #4E4E4E. Windows color (decimal): -12689378 or 1990718. OLE color: 1990718.

HSL color Cylindrical-coordinate representation of color #3E601E: hue angle of 90.91º degrees, saturation: 0.52, 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 #3E601E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB629630-
CMYK0.3500.690.62
HSL90.91º52.38%24.71%-
HSV(B)90.91º68.75%37.65%-
XYZ6.49.482.72-
YUV78.31100.74116.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=32.98%
G=51.06%
B=15.96%

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
Decimal6296300.3500.690.6290.9152.3824.71
Hex3E601E230453E5b3419
Octal7614036430105761336431
Binary11111011000001111010001101000101111110101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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