#3E6D0E

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

Shades of Dell #3E6D0E

Tints of Dell #3E6D0E

Color information

#3E6D0E (or 0x3E6D0E) is unknown color: approx Dell. HEX triplet: 3E, 6D and 0E. RGB value is (62,109,14). Sum of RGB (Red+Green+Blue) = 62+109+14=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #3E6D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6D0E is #C192F1. Grayscale: #545454. Windows color (decimal): -12686066 or 945470. OLE color: 945470.

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

Color convert

RGB6210914-
CMYK0.4300.870.57
HSL89.68º77.24%24.12%-
HSV(B)89.68º87.16%42.75%-
XYZ7.5311.992.33-
YUV84.1288.43112.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 109 (42.97% from 255) = 58.92%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=33.51%
G=58.92%
B=7.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62109140.4300.870.5789.6877.2424.12
Hex3E6DE2B057395a4d18
Octal76155165301277113211530
Binary11111011011011110101011010101111110011011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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