#3E641E

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

Shades of Dell #3E641E

Tints of Dell #3E641E

Color information

#3E641E (or 0x3E641E) is unknown color: approx Dell. HEX triplet: 3E, 64 and 1E. RGB value is (62,100,30). Sum of RGB (Red+Green+Blue) = 62+100+30=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #3E641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E641E is #C19BE1. Grayscale: #505050. Windows color (decimal): -12688354 or 1991742. OLE color: 1991742.

HSL color Cylindrical-coordinate representation of color #3E641E: hue angle of 92.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E641E is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB6210030-
CMYK0.3800.700.61
HSL92.57º53.85%25.49%-
HSV(B)92.57º70%39.22%-
XYZ6.7810.232.85-
YUV80.6699.41114.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 100 (39.45% from 255) = 52.08%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=32.29%
G=52.08%
B=15.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62100300.3800.700.6192.5753.8525.49
Hex3E641E260463D5d3619
Octal7614436460106751356631
Binary11111011001001111010011001000110111101101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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