#3E6B0E

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

Shades of Dell #3E6B0E

Tints of Dell #3E6B0E

Color information

#3E6B0E (or 0x3E6B0E) is unknown color: approx Dell. HEX triplet: 3E, 6B and 0E. RGB value is (62,107,14). Sum of RGB (Red+Green+Blue) = 62+107+14=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B0E is #C194F1. Grayscale: #535353. Windows color (decimal): -12686578 or 944958. OLE color: 944958.

HSL color Cylindrical-coordinate representation of color #3E6B0E: hue angle of 89.03º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E6B0E is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB6210714-
CMYK0.4200.870.58
HSL89.03º76.86%23.73%-
HSV(B)89.03º86.92%41.96%-
XYZ7.3211.572.26-
YUV82.9489.09113.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=33.88%
G=58.47%
B=7.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107140.4200.870.5889.0376.8623.73
Hex3E6BE2A0573A594d18
Octal76153165201277213111530
Binary11111011010111110101010010101111110101011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,14); }

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

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

 a { background-color: rgb(62,107,14); }

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

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

 span { border-color: rgb(62,107,14); }

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