#3E681A

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

Shades of Dell #3E681A

Tints of Dell #3E681A

Color information

#3E681A (or 0x3E681A) is unknown color: approx Dell. HEX triplet: 3E, 68 and 1A. RGB value is (62,104,26). Sum of RGB (Red+Green+Blue) = 62+104+26=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #3E681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E681A is #C197E5. Grayscale: #525252. Windows color (decimal): -12687334 or 1730622. OLE color: 1730622.

HSL color Cylindrical-coordinate representation of color #3E681A: hue angle of 92.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E681A is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB6210426-
CMYK0.4000.750.59
HSL92.31º60%25.49%-
HSV(B)92.31º75%40.78%-
XYZ7.12112.72-
YUV82.5596.09113.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=32.29%
G=54.17%
B=13.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62104260.4000.750.5992.316025.49
Hex3E681A2804B3B5c3c19
Octal7615032500113731347431
Binary11111011010001101010100001001011111011101110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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